Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ben Copeland and committed by
Lee Jones
7657c9fb dae936a0

+2 -2
+2 -2
drivers/mfd/tps6507x.c
··· 105 105 } 106 106 107 107 static const struct i2c_device_id tps6507x_i2c_id[] = { 108 - { "tps6507x", 0 }, 109 - { } 108 + { "tps6507x", 0 }, 109 + { } 110 110 }; 111 111 MODULE_DEVICE_TABLE(i2c, tps6507x_i2c_id); 112 112