Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp1033540ybh; Thu, 12 Mar 2020 15:57:23 -0700 (PDT) X-Google-Smtp-Source: ADFU+vtT5M3uZbHqi09o9q1Dpk2Fj63hAFg12EIV6Ie1+Knbo1PPH2wFUJTpq0Ik6jTVD+M58+2w X-Received: by 2002:aca:a895:: with SMTP id r143mr4585446oie.150.1584053842845; Thu, 12 Mar 2020 15:57:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1584053842; cv=none; d=google.com; s=arc-20160816; b=fvIKofoGfuLj6LKOrY+FSJQNEVOy3P4brLS8BPglwf1/CMXmog7ob2bAdrchBobLnV 58XzvwwcmqtuxQIW7lGEeszxUz3MO7NSbBxmvcMbqOYp6mOdJ+K2zgb4TsDBplwilg+n /J8REyLnqxTulJC83dfdvaAp6wuwbFIWLUdJ4we+4B0Qt8BA+BmBdUd8X2qmAIYkYdiE Yc80KtRR5mrUAJAssMNcIRi4uypJGD48eB5mqiU4XRewvGz0v5Be3Q76jmylBVwR+bwY zqEH+2XtGibCHjogzbPZMcw9WijGjXGCqw7ruXC64EBUSTuBvyd6quNocuf85ZQoz1zv hp2Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=lv+JTImaRzDTbfTVezwbpXOSvr6IYQ5fuborudYkPd8=; b=yDdPFILVa5ftnf3JxRt0lz1/8hyA133PV3BEmjj8rNb6/FC/FtxB8h9xH9yzylqlXC 0ElVCq+I4KkeKV3jCstQRTNtE/V53ljbp+B6uGbHWUjtePw/X/vhlGDoVTzuXIRL+grd n9V3qjghvGhEz061RvJ9bBlevTQ8XtYTeLmNRNdvdicfmYx9iMKDYeOPRDlM+Clllpky DSVMS7TuymNIfBk/Cr/PUy5hLTIDyOztBFLCmJSJXkEl+5gZ+7W+iS579pUZdpF8FvHJ T+YBL7+t/lkx2HVLI0yQIG9u53eRuzQ3JDDa7LJtufMppP7CPh0GND+uoRTanFfYmmtM 4AtA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j16si226451otq.76.2020.03.12.15.57.09; Thu, 12 Mar 2020 15:57:22 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726808AbgCLW4w (ORCPT + 99 others); Thu, 12 Mar 2020 18:56:52 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:36206 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726513AbgCLW4w (ORCPT ); Thu, 12 Mar 2020 18:56:52 -0400 Received: from localhost (unknown [IPv6:2601:601:9f00:477::3d5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id BBECB15842957; Thu, 12 Mar 2020 15:56:50 -0700 (PDT) Date: Thu, 12 Mar 2020 15:56:50 -0700 (PDT) Message-Id: <20200312.155650.605586477165565395.davem@davemloft.net> To: joe@perches.com Cc: kuznet@ms2.inr.ac.ru, yoshfuji@linux-ipv6.org, steffen.klassert@secunet.com, herbert@gondor.apana.org.au, pablo@netfilter.org, kadlec@netfilter.org, fw@strlen.de, dsahern@kernel.org, edumazet@google.com, kuba@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, netfilter-devel@vger.kernel.org, coreteam@netfilter.org Subject: Re: [PATCH 2/3 V2] inet: Use fallthrough; From: David Miller In-Reply-To: <68a79203af60110b3412155621cfc00381867c94.camel@perches.com> References: <68a79203af60110b3412155621cfc00381867c94.camel@perches.com> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 12 Mar 2020 15:56:51 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Joe Perches 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 Applied to net-next.