mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 13:51:44 +00: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:
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user