From: Markus Elfring Date: Mon, 21 Dec 2015 18:30:42 +0000 (+0100) Subject: staging: lustre: Fix a jump label position in osc_get_info() X-Git-Tag: v4.5~353^2~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c71d264543f759fea147734cb63de36397817534;p=platform%2Fkernel%2Flinux-amlogic.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/osc/osc_request.c b/drivers/staging/lustre/lustre/osc/osc_request.c index b2642a7..7034f0a 100644 --- a/drivers/staging/lustre/lustre/osc/osc_request.c +++ b/drivers/staging/lustre/lustre/osc/osc_request.c @@ -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)) {