[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20201012081016.702db023@hermes.local>
Date: Mon, 12 Oct 2020 08:10:16 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Jan Engelhardt <jengelh@...i.de>
Cc: netdev@...r.kernel.org
Subject: Re: [iproute PATCH] ip: add error reporting when RTM_GETNSID failed
On Mon, 12 Oct 2020 15:55:55 +0200
Jan Engelhardt <jengelh@...i.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.
Powered by blists - more mailing lists