staging: lustre: fixed lines longer than 80 chars
authorMario Bambagini <mario.bambagini@gmail.com>
Tue, 28 Jul 2015 20:08:48 +0000 (22:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 31 Jul 2015 22:57:35 +0000 (15:57 -0700)
commitf926cac2f70e5dc62e9a11d8e599206c0ad357ba
treebbc29c7f8f81e46cda2e03276aa49ac001d323d3
parent585d84b4838ac061f935b5d5c84550ec9f5dee82
staging: lustre: fixed lines longer than 80 chars

this set of patches fixes several code style problems:
-patch 1: lines with more than 80 chars
-patch 2: comments without */ on a separate line
-patch 3: bad alignment of lines split on more than one line
-patch 4: modified comparisons against NULL
-patch 5: added spaces between concatenated strings

This patch fixes 2 lines longer than 80 chars

The first one is a function whose argument has been moved to next line.
The second one is a comment split on two lines

Signed-off-by: Mario Bambagini <mario.bambagini@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/llite_capa.c
This page took 0.02536 seconds and 5 git commands to generate.