commit | f90dff44641dedea02b1549a9dd5c00bae9230da | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Tue Oct 27 16:12:21 2015 +0000 |
committer | Lee Jones <lee.jones@linaro.org> | Thu Jan 14 08:43:51 2016 +0000 |
tree | a80d08708d69807913c19b821a14c0cc21bd46ed | |
parent | 0b81995148f80f4fa0ce19e66d2e66abe82f456a [diff] |
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>