Staging: lustre: fld: fix split string.
authorGary Rookard <garyrookard@gmail.com>
Tue, 11 Mar 2014 01:47:43 +0000 (21:47 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Mar 2014 21:24:35 +0000 (14:24 -0700)
unsplit string from two lines to one.

Signed-off-by: Gary Alan Rookard <garyrookard@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/fld/fld_cache.c

index 6c379301df8245b6acaef959d3db1a82c2bd4f8f..9469e23b515c513d0cb892be28f930ea21e2c2ce 100644 (file)
@@ -236,8 +236,8 @@ static int fld_cache_shrink(struct fld_cache *cache)
                num++;
        }
 
-       CDEBUG(D_INFO, "%s: FLD cache - Shrunk by "
-              "%d entries\n", cache->fci_name, num);
+       CDEBUG(D_INFO, "%s: FLD cache - Shrunk by %d entries\n",
+                       cache->fci_name, num);
 
        return 0;
 }
This page took 0.025227 seconds and 5 git commands to generate.