summaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorBen Copeland <ben.copeland@linaro.org>2016-06-09 16:25:50 +0100
committerLee Jones <lee.jones@linaro.org>2016-06-29 10:14:35 +0100
commit7657c9fb1e356b89f80f5454cb12691594807234 (patch)
tree852b1e5aee408dd21a2e73e18b9426006c060ca7 /drivers/mfd
parentdae936a090e5778c6c0b6494b05d1c0aba142e1c (diff)
mfd: tps6507: Fix white space warnings reported by checkpatch
WARNING: please, no spaces at the start of a line + { "tps6507x", 0 },$ WARNING: please, no spaces at the start of a line + { }$ Signed-off-by: Ben Copeland <ben.copeland@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/tps6507x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/tps6507x.c b/drivers/mfd/tps6507x.c
index 40beb2f4350c..1f308c4e3694 100644
--- a/drivers/mfd/tps6507x.c
+++ b/drivers/mfd/tps6507x.c
@@ -105,8 +105,8 @@ static int tps6507x_i2c_probe(struct i2c_client *i2c,
}
static const struct i2c_device_id tps6507x_i2c_id[] = {
- { "tps6507x", 0 },
- { }
+ { "tps6507x", 0 },
+ { }
};
MODULE_DEVICE_TABLE(i2c, tps6507x_i2c_id);