diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-10-14 04:47:31 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-15 08:23:01 -0400 |
commit | 0a3ee93a3226a951dc32197f6fcfb1b535fbabf4 (patch) | |
tree | 3541410a48ee8db1f9cfda04a3e62f51bf7aadce /drivers/regulator | |
parent | 61e6cfa80de5760bbe406f4e815b7739205754d2 (diff) |
regulator: lp3971: Fix checkpatch issue
Fix the following checkpatch warnings.
WARNING: please, no spaces at the start of a line
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/lp3971.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/lp3971.c b/drivers/regulator/lp3971.c index 5a4604ee5ea5..947c05ffe0ab 100644 --- a/drivers/regulator/lp3971.c +++ b/drivers/regulator/lp3971.c | |||
@@ -474,8 +474,8 @@ static int lp3971_i2c_remove(struct i2c_client *i2c) | |||
474 | } | 474 | } |
475 | 475 | ||
476 | static const struct i2c_device_id lp3971_i2c_id[] = { | 476 | static const struct i2c_device_id lp3971_i2c_id[] = { |
477 | { "lp3971", 0 }, | 477 | { "lp3971", 0 }, |
478 | { } | 478 | { } |
479 | }; | 479 | }; |
480 | MODULE_DEVICE_TABLE(i2c, lp3971_i2c_id); | 480 | MODULE_DEVICE_TABLE(i2c, lp3971_i2c_id); |
481 | 481 | ||