Ver Fonte

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>
Jingoo Han há 12 anos atrás
pai
commit
0a3ee93a32
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      drivers/regulator/lp3971.c

+ 2 - 2
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[] = {
 static const struct i2c_device_id lp3971_i2c_id[] = {
-       { "lp3971", 0 },
-       { }
+	{ "lp3971", 0 },
+	{ }
 };
 };
 MODULE_DEVICE_TABLE(i2c, lp3971_i2c_id);
 MODULE_DEVICE_TABLE(i2c, lp3971_i2c_id);