[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20221024102953.1ecc15f0@kernel.org>
Date: Mon, 24 Oct 2022 10:29:53 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: "KaiLong Wang" <wangkailong@...i.cn>
Cc: davem@...emloft.net, yoshfuji@...ux-ipv6.org, dsahern@...nel.org,
edumazet@...gle.com, pabeni@...hat.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net: replace ternary operator with min()
On Sun, 23 Oct 2022 21:07:00 +0800 (GMT+08:00) KaiLong Wang wrote:
> Fix the following coccicheck warning:
>
> net/ipv4/igmp.c:2621: WARNING opportunity for min()
> net/ipv4/igmp.c:2574: WARNING opportunity for min()
> net/ipv4/ip_sockglue.c:285: WARNING opportunity for min()
>
> Signed-off-by: KaiLong Wang <wangkailong@...i.cn>
Please don't send coccicheck fixes for net and drivers/net.
(And I mean *you* specifically shouldn't send them since you
don't even build test the fix.)
Powered by blists - more mailing lists