From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 15 Jul 2020 20:53:11 +0200 From: Pablo Neira Ayuso Message-ID: <20200715185311.GA19462@salvia> References: <20200708200939.GA32508@embeddedor> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200708200939.GA32508@embeddedor> Subject: Re: [Bridge] [PATCH v2][next] netfilter: Use fallthrough pseudo-keyword List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gustavo A. R. Silva" Cc: Nikolay Aleksandrov , netdev@vger.kernel.org, Roopa Prabhu , bridge@lists.linux-foundation.org, Florian Westphal , linux-kernel@vger.kernel.org, Jozsef Kadlecsik , coreteam@netfilter.org, netfilter-devel@vger.kernel.org, Jakub Kicinski , "David S. Miller" On Wed, Jul 08, 2020 at 03:09:39PM -0500, Gustavo A. R. Silva wrote: > Replace the existing /* fall through */ comments and its variants with > the new pseudo-keyword macro fallthrough[1]. Also, remove unnecessary > fall-through markings when it is the case. Applied, thanks.