staging: lustre: fld: fix line over 80 characters
authorAastha Gupta <aastha.gupta4104@gmail.com>
Wed, 18 Oct 2017 18:49:42 +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/fld/fld_request.c

index 5b18083..081e137 100644 (file)
@@ -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;