mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 10:02:33 -04:00
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:
committed by
Greg Kroah-Hartman
parent
5cbcd111f0
commit
fdb59a46c6
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user