On Mon, 12 Oct 2020 15:55:55 +0200
Jan Engelhardt <jeng...@inai.de> wrote:

> +                     fprintf(stderr, "/proc/self/ns/net: %s. "
> +                             "Continuing anyway.\n", strerror(errno))


WARNING: quoted string split across lines
#95: FILE: ip/ipnetns.c:82:
+                       fprintf(stderr, "/proc/self/ns/net: %s. "
+                               "Continuing anyway.\n", strerror(errno));




I applied this but fixed the two checkpatch warnings about breaking single line
in message.

Reply via email to