staging: lustre: fid: fix line over 80 characters
authorAastha Gupta <aastha.gupta4104@gmail.com>
Wed, 18 Oct 2017 18:49:41 +0000 (00:19 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Oct 2017 12:46:06 +0000 (14:46 +0200)
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>
drivers/staging/lustre/lustre/fid/fid_request.c

index ba73623..6a98225 100644 (file)
@@ -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);