[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <96f95c74-e827-23c6-ac0a-c0d555768491@gmail.com>
Date: Fri, 28 May 2021 22:37:42 +0200
From: Heiner Kallweit <hkallweit1@...il.com>
To: "Gustavo A. R. Silva" <gustavoars@...nel.org>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>
Cc: nic_swsd@...ltek.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-hardening@...r.kernel.org
Subject: Re: [PATCH][next] r8169: Fix fall-through warning for Clang
On 28.05.2021 22:23, Gustavo A. R. Silva wrote:
> In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning
> by explicitly adding a break statement instead of letting the code fall
> through to the next case.
>
> Link: https://github.com/KSPP/linux/issues/115
> Signed-off-by: Gustavo A. R. Silva <gustavoars@...nel.org>
> ---
> JFYI: We had thousands of these sorts of warnings and now we are down
> to just 25 in linux-next. This is one of those last remaining
> warnings.
>
> drivers/net/ethernet/realtek/r8169_main.c | 1 +
> 1 file changed, 1 insertion(+)
>
Acked-by: Heiner Kallweit <hkallweit1@...il.com>
Powered by blists - more mailing lists