]> git.karo-electronics.de Git - linux-beck.git/commit
mfd: 88pm860x-core: Fix commenting and declaration spacing
authorLee Jones <lee.jones@linaro.org>
Tue, 27 Oct 2015 16:12:21 +0000 (16:12 +0000)
committerLee Jones <lee.jones@linaro.org>
Thu, 14 Jan 2016 08:43:51 +0000 (08:43 +0000)
commitf90dff44641dedea02b1549a9dd5c00bae9230da
treea80d08708d69807913c19b821a14c0cc21bd46ed
parent0b81995148f80f4fa0ce19e66d2e66abe82f456a
mfd: 88pm860x-core: Fix commenting and declaration spacing

Checkpatch output:

WARNING: Block comments use a trailing */ on a separate line
+        * - turn off */

WARNING: Missing a blank line after declarations
+       int ret;
+       ret = i2c_add_driver(&pm860x_driver);

total: 0 errors, 2 warnings, 1283 lines checked

Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/88pm860x-core.c