typo: fix missing space in error message

Signed-off-by: Nicolas Viennot <Nicolas.Viennot@twosigma.com>
This commit is contained in:
Nicolas Viennot 2020-02-05 22:33:02 +00:00 committed by Andrei Vagin
parent 9bc9366c94
commit 0f438ceeed

View file

@ -1877,7 +1877,7 @@ static int open_unixsk_standalone(struct unix_sk_info *ui, int *new_fd)
!(opts.ext_unix_sk)) {
pr_err("External socket found in image. "
"Consider using the --" USK_EXT_PARAM
"option to allow restoring it.\n");
" option to allow restoring it.\n");
return -1;
}