]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: Fix a jump label position in osc_get_info()
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 21 Dec 2015 18:30:42 +0000 (19:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Dec 2015 23:49:06 +0000 (15:49 -0800)
commit60010e5a74c25fcbecd2d00fe2b2af7bd11193e8
tree7c8dccd8ca0456f1470729a449f5c3dc3838abf9
parent619cf43aa9484244acf55ac2abe2bcd38264ca31
staging: lustre: Fix a jump label position in osc_get_info()

The script "checkpatch.pl" pointed out that labels should not be indented.
Thus delete a horizontal tab before the jump label "out"
in the function "osc_get_info".

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/osc/osc_request.c