mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-11 06:16:10 +00:00
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
@ -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…
x
Reference in New Issue
Block a user