From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] isdn/gigaset: mark expected switch fall-throughs Date: Mon, 08 Oct 2018 10:36:15 -0700 (PDT) Message-ID: <20181008.103615.2152353357450539017.davem@davemloft.net> References: <20181008114046.GA27098@embeddedor.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: pebolle@tiscali.nl, isdn@linux-pingi.de, gigaset307x-common@lists.sourceforge.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: gustavo@embeddedor.com Return-path: In-Reply-To: <20181008114046.GA27098@embeddedor.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: "Gustavo A. R. Silva" Date: Mon, 8 Oct 2018 13:40:46 +0200 > Replace "--v-- fall through --v--" with a proper "fall through" > annotation. Also, change "bad cid: fall through" to > "fall through - bad cid". > > This fix is part of the ongoing efforts to enabling -Wimplicit-fallthrough > > Signed-off-by: Gustavo A. R. Silva Applied.