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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue