aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/lp3971.c
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2013-10-14 17:47:31 +0900
committerMark Brown <broonie@linaro.org>2013-10-15 13:23:01 +0100
commit0a3ee93a3226a951dc32197f6fcfb1b535fbabf4 (patch)
tree3541410a48ee8db1f9cfda04a3e62f51bf7aadce /drivers/regulator/lp3971.c
parentLinux 3.12-rc5 (diff)
downloadlinux-dev-0a3ee93a3226a951dc32197f6fcfb1b535fbabf4.tar.xz
linux-dev-0a3ee93a3226a951dc32197f6fcfb1b535fbabf4.zip
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/lp3971.c')
-rw-r--r--drivers/regulator/lp3971.c4
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)
}
static const struct i2c_device_id lp3971_i2c_id[] = {
- { "lp3971", 0 },
- { }
+ { "lp3971", 0 },
+ { }
};
MODULE_DEVICE_TABLE(i2c, lp3971_i2c_id);