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)
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

index b2642a7988570fbe376dbfecdaa7c098b192e9ff..7034f0a942c52046549067180ccf09ffce873187 100644 (file)
@@ -2727,7 +2727,7 @@ static int osc_get_info(const struct lu_env *env, struct obd_export *exp,
                }
 
                *((u64 *)val) = *reply;
-       out:
+out:
                ptlrpc_req_finished(req);
                return rc;
        } else if (KEY_IS(KEY_FIEMAP)) {