From: Aastha Gupta Date: Wed, 18 Oct 2017 18:49:41 +0000 (+0530) Subject: staging: lustre: fid: fix line over 80 characters X-Git-Tag: v4.15-rc1~142^2~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97cdeb67c8bae96d2cc160aabcdc65eb5f610ea4;p=thirdparty%2Flinux.git staging: lustre: fid: fix line over 80 characters This patch fixes checkpatch.pl warning: WARNING: line over 80 characters Signed-off-by: Aastha Gupta Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/fid/fid_request.c b/drivers/staging/lustre/lustre/fid/fid_request.c index ba736239243ce..6a98225d7a357 100644 --- a/drivers/staging/lustre/lustre/fid/fid_request.c +++ b/drivers/staging/lustre/lustre/fid/fid_request.c @@ -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);