Commit fdb59a46 authored by Gary Rookard's avatar Gary Rookard Committed by Greg Kroah-Hartman

Staging: lustre: fld: fix split string.

unsplit string from two lines to one.
Signed-off-by: default avatarGary Alan Rookard <garyrookard@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5cbcd111
...@@ -236,8 +236,8 @@ static int fld_cache_shrink(struct fld_cache *cache) ...@@ -236,8 +236,8 @@ static int fld_cache_shrink(struct fld_cache *cache)
num++; num++;
} }
CDEBUG(D_INFO, "%s: FLD cache - Shrunk by " CDEBUG(D_INFO, "%s: FLD cache - Shrunk by %d entries\n",
"%d entries\n", cache->fci_name, num); cache->fci_name, num);
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment