Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
}