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)
commitc71d264543f759fea147734cb63de36397817534
tree7c8dccd8ca0456f1470729a449f5c3dc3838abf9
parent24a386334f62b1f4e5f6209e8bbc0168168ba441
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
This page took 0.025877 seconds and 5 git commands to generate.