Eric Blake <[email protected]> writes: > On 2/2/21 8:17 AM, Markus Armbruster wrote: >> cache_init() attempts to handle allocation failure.. The two error > > The double . looks odd.
Typo. Perhaps the maintainer can take care of it. >> messages are garbage, as untested error messages commonly are: >> >> Parameter 'cache size' expects Failed to allocate cache >> Parameter 'cache size' expects Failed to allocate page cache >> >> Fix them to just >> >> Failed to allocate cache >> Failed to allocate page cache >> >> Signed-off-by: Markus Armbruster <[email protected]> >> Reviewed-by: Dr. David Alan Gilbert <[email protected]> >> --- >> migration/page_cache.c | 6 ++---- >> 1 file changed, 2 insertions(+), 4 deletions(-) >>
