commit | a213e41c33f7763e4aadf8942d5885a29094bc64 | [log] [tgz] |
---|---|---|
author | Gilad Ben-Yossef <gilad@benyossef.com> | Mon Nov 13 14:45:43 2017 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 27 09:20:39 2017 +0100 |
tree | 65ef3964e5a3ce932ddf4f6e29af9d772dd103b7 | |
parent | 07ece8b5b1da49bacca7d56e27509183f755aa68 [diff] |
staging: ccree: trim long lines for readability The ccree driver did not adhere to the kernel max 80 chars per line limit making the code hard to follow. Fix this by breaking long lines and in some cases, moving comments to a separate line from code. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>