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>
This commit is contained in:
parent
24a386334f
commit
c71d264543
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue