mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 02:59:19 -04:00
staging: lustre: ptlrpc: fix label indentation
Fix the following type of checkpatch warning to comply with coding style: WARNING: labels should not be indented Signed-off-by: Kristina Martsenko <kristina.martsenko@gmail.com> Reviewed-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
532118c080
commit
7f1d15a819
@@ -1753,7 +1753,7 @@ int ptlrpc_check_set(const struct lu_env *env, struct ptlrpc_request_set *set)
|
||||
|
||||
ptlrpc_rqphase_move(req, RQ_PHASE_INTERPRET);
|
||||
|
||||
interpret:
|
||||
interpret:
|
||||
LASSERT(req->rq_phase == RQ_PHASE_INTERPRET);
|
||||
|
||||
/* This moves to "unregistering" phase we need to wait for
|
||||
|
||||
Reference in New Issue
Block a user