[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20220424103939.47313976@hermes.local>
Date: Sun, 24 Apr 2022 10:39:39 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Alaa Mohamed <eng.alaamohamedsoliman.am@...il.com>
Cc: netdev@...r.kernel.org, outreachy@...ts.linux.dev,
roopa@...dia.com, roopa.prabhu@...il.com, jdenham@...hat.com,
sbrivio@...hat.com
Subject: Re: [PATCH net-next v2 2/2] net: vxlan: vxlan_core.c: Add extack
support to vxlan_fdb_delete
On Sun, 24 Apr 2022 00:54:08 +0200
Alaa Mohamed <eng.alaamohamedsoliman.am@...il.com> wrote:
> + NL_SET_ERR_MSG(extack, "DST, VNI, ifindex and port are mutually exclusive with NH_ID");
> + return -EINVAL;
why not break the line after "NL_SET_ERR_MSG(extack," so it is no so long?
Powered by blists - more mailing lists