[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200312.155650.605586477165565395.davem@davemloft.net>
Date: Thu, 12 Mar 2020 15:56:50 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: joe@...ches.com
Cc: kuznet@....inr.ac.ru, yoshfuji@...ux-ipv6.org,
steffen.klassert@...unet.com, herbert@...dor.apana.org.au,
pablo@...filter.org, kadlec@...filter.org, fw@...len.de,
dsahern@...nel.org, edumazet@...gle.com, kuba@...nel.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
netfilter-devel@...r.kernel.org, coreteam@...filter.org
Subject: Re: [PATCH 2/3 V2] inet: Use fallthrough;
From: Joe Perches <joe@...ches.com>
Date: Thu, 12 Mar 2020 15:50:22 -0700
> Convert the various uses of fallthrough comments to fallthrough;
>
> Done via script
> Link: https://lore.kernel.org/lkml/b56602fcf79f849e733e7b521bb0e17895d390fa.1582230379.git.joe@perches.com/
>
> And by hand:
>
> net/ipv6/ip6_fib.c has a fallthrough comment outside of an #ifdef block
> that causes gcc to emit a warning if converted in-place.
>
> So move the new fallthrough; inside the containing #ifdef/#endif too.
>
> Signed-off-by: Joe Perches <joe@...ches.com>
Applied to net-next.
Powered by blists - more mailing lists