Commit b78565e9 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

sk-inet: add a missed space in a error message

Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 3f57b178
......@@ -156,7 +156,7 @@ static int can_dump_inet_sk(const struct inet_sk_desc *sk)
*/
pr_err("In-flight connection (l) for %x\n",
sk->sd.ino);
pr_err("In-flight connections can be ignored with the"
pr_err("In-flight connections can be ignored with the "
"--%s option.\n", SK_INFLIGHT_PARAM);
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment