Received: by 2002:ac0:a591:0:0:0:0:0 with SMTP id m17-v6csp514530imm; Thu, 5 Jul 2018 04:26:44 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcZIR4p7S0Wa/h+gyzmrtBH3Q2du+GFUtL/0qCp21h6nO6bICWszK1GA84wz74/4mtdIf/T X-Received: by 2002:a65:43cb:: with SMTP id n11-v6mr5200746pgp.234.1530790004619; Thu, 05 Jul 2018 04:26:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530790004; cv=none; d=google.com; s=arc-20160816; b=ENF6iqdaS/JA8AtD93vy5aJiPyIINaCiND0cFL+vb968HdD4adTu85j05LYZepCOTe 9T5UL27/RdhLqqhVm0EAPjUUOYpky+KLsFJm92SJS4fL1Ja48o4I/iLMR2VDm3eyyPOa XKdxnlXTHmXK2n9xWfgN1lxi+C5kp+48jAmGMtEbjOu832DZHGI771FspyWlVLt/9SCH KHh2+vg95evoNekrfPttvu/FNnEec6paGJ6T25kp3ldpu1pwpPwLhyMJxadjazzxKbVY AoJFPkOOzMAjvUpdecKaqcYx0osGmJ+nV8joT4Q+y+0mnQ60gOV0PgzvUW+NE9zU1Ywd HGbA== 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 :arc-authentication-results; bh=1Sab03sh0rpU9yEd5eS6mgip8fYBR7TFPVDo5MfAhnA=; b=XJ+UtLkCfAZ1bFiQanBwYxzW3dZ0kbglYLWFqcEmwiykCMnSH9smAobm6c4StCDb4K QuelVCwDoaa6/O+iSFPrbVrGsnEYmD2bGzpqQai4207McLOXaOmPJlq3Y41nfXO/Dl76 uUpLaSCHhpYe17x+CWqScvxaj+E4Xw8P6WvOwMLtTYAuBB+/m5gAA2qqXiJWr49Osg+J ZXFOk/3kVu6sRVSirXeUfmhleCR8gM5jGsGnpDT87xdAdD78RDJwo5lc0lEK0HXsf949 yCpoVu9KdLS6I94ke7Pn+RBZ6sedIuyAbQB9N+cZWL7kpAh4hmZ5ybn9YmNfYS4t68xQ W29w== 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 m70-v6si6457021pfa.45.2018.07.05.04.26.30; Thu, 05 Jul 2018 04:26:44 -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 S1753806AbeGELYn (ORCPT + 99 others); Thu, 5 Jul 2018 07:24:43 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:56628 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753439AbeGELYm (ORCPT ); Thu, 5 Jul 2018 07:24:42 -0400 Received: from localhost (unknown [211.196.191.92]) (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 43F75108CE340; Thu, 5 Jul 2018 04:24:40 -0700 (PDT) Date: Thu, 05 Jul 2018 20:24:38 +0900 (KST) Message-Id: <20180705.202438.2184849724350246298.davem@davemloft.net> To: gustavo@embeddedor.com Cc: jon.maloy@ericsson.com, ying.xue@windriver.com, netdev@vger.kernel.org, tipc-discussion@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] tipc: mark expected switch fall-throughs From: David Miller In-Reply-To: <20180704211359.GA9836@embeddedor.com> References: <20180704211359.GA9836@embeddedor.com> X-Mailer: Mew version 6.7 on Emacs 26 / Mule 6.0 (HANACHIRUSATO) 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, 05 Jul 2018 04:24:41 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: "Gustavo A. R. Silva" Date: Wed, 4 Jul 2018 16:13:59 -0500 > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > Warning level 2 was used: -Wimplicit-fallthrough=2 > > Signed-off-by: Gustavo A. R. Silva Applied.