mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 02:32:49 -04:00
staging: lustre: fid: 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:
committed by
Greg Kroah-Hartman
parent
b380de05a8
commit
97cdeb67c8
@@ -279,7 +279,8 @@ int seq_client_alloc_fid(const struct lu_env *env,
|
||||
*fid = seq->lcs_fid;
|
||||
mutex_unlock(&seq->lcs_mutex);
|
||||
|
||||
CDEBUG(D_INFO, "%s: Allocated FID " DFID "\n", seq->lcs_name, PFID(fid));
|
||||
CDEBUG(D_INFO,
|
||||
"%s: Allocated FID " DFID "\n", seq->lcs_name, PFID(fid));
|
||||
return rc;
|
||||
}
|
||||
EXPORT_SYMBOL(seq_client_alloc_fid);
|
||||
|
||||
Reference in New Issue
Block a user