From: Gary Rookard Date: Tue, 11 Mar 2014 01:47:43 +0000 (-0400) Subject: Staging: lustre: fld: fix split string. X-Git-Tag: v5.15~18197^2~200 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fdb59a46c655ca00efa244fd51fff3c4687e34ec;p=platform%2Fkernel%2Flinux-starfive.git Staging: lustre: fld: fix split string. unsplit string from two lines to one. Signed-off-by: Gary Alan Rookard Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/fld/fld_cache.c b/drivers/staging/lustre/lustre/fld/fld_cache.c index 6c37930..9469e23 100644 --- a/drivers/staging/lustre/lustre/fld/fld_cache.c +++ b/drivers/staging/lustre/lustre/fld/fld_cache.c @@ -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; }