From: Jingoo Han Date: Mon, 14 Oct 2013 08:47:31 +0000 (+0900) Subject: regulator: lp3971: Fix checkpatch issue X-Git-Tag: upstream/snapshot3+hdmi~4013^2~12^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a3ee93a3226a951dc32197f6fcfb1b535fbabf4;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/lp3971.c b/drivers/regulator/lp3971.c index 5a4604e..947c05f 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);