Skip to content
Commit f90dff44 authored by Lee Jones's avatar Lee Jones
Browse files

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: default avatarLee Jones <lee.jones@linaro.org>
parent 0b819951
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment