Staging: lustre: fld: fix split string.

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>
This commit is contained in:
Gary Rookard 2014-03-10 21:47:43 -04:00 committed by Greg Kroah-Hartman
parent 5cbcd111f0
commit fdb59a46c6

View 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;
}