]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3293963788290a5525e6d6017b243a6af2f415e9
treebbc29c7f8f81e46cda2e03276aa49ac001d323d3
parenta18a70f85af37a4ba7575ca20f6ce8b67088fa6a
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