staging: lustre: fld: fix line over 80 characters
This patch fixes checkpatch.pl warning: WARNING: line over 80 characters Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
97cdeb67c8
commit
7b33d0a1fa
@ -425,7 +425,8 @@ int fld_client_lookup(struct lu_client_fld *fld, u64 seq, u32 *mds,
|
||||
target = fld_client_get_target(fld, seq);
|
||||
LASSERT(target);
|
||||
|
||||
CDEBUG(D_INFO, "%s: Lookup fld entry (seq: %#llx) on target %s (idx %llu)\n",
|
||||
CDEBUG(D_INFO,
|
||||
"%s: Lookup fld entry (seq: %#llx) on target %s (idx %llu)\n",
|
||||
fld->lcf_name, seq, fld_target_name(target), target->ft_idx);
|
||||
|
||||
res.lsr_start = seq;
|
||||
|
Loading…
Reference in New Issue
Block a user