mfd: wm8350-i2c: Replace spaces with tabs
authorLee Jones <lee.jones@linaro.org>
Mon, 21 Jul 2014 14:04:10 +0000 (15:04 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 25 Jul 2014 14:31:42 +0000 (15:31 +0100)
This is part of an effort to clean-up the MFD subsystem.

WARNING: please, no spaces at the start of a line
+       { "wm8350", 0 },$

WARNING: please, no spaces at the start of a line
+       { "wm8351", 0 },$

WARNING: please, no spaces at the start of a line
+       { "wm8352", 0 },$

WARNING: please, no spaces at the start of a line
+       { }$

total: 0 errors, 4 warnings, 93 lines checked

Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/wm8350-i2c.c

index f919def05e24778e53678385075b6fef440e1cf7..6a16a8a6f9fae8a3defb81fcd2792d0b05506878 100644 (file)
@@ -58,10 +58,10 @@ static int wm8350_i2c_remove(struct i2c_client *i2c)
 }
 
 static const struct i2c_device_id wm8350_i2c_id[] = {
-       { "wm8350", 0 },
-       { "wm8351", 0 },
-       { "wm8352", 0 },
-       { }
+       { "wm8350", 0 },
+       { "wm8351", 0 },
+       { "wm8352", 0 },
+       { }
 };
 MODULE_DEVICE_TABLE(i2c, wm8350_i2c_id);
 
This page took 0.026311 seconds and 5 git commands to generate.