Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1997197imm; Mon, 3 Sep 2018 15:31:10 -0700 (PDT) X-Google-Smtp-Source: ANB0VdYmB9JkmzDA+LdsEldZqtcDK+5a8jjbwhYMVMmEYQj9Rn90Xq0FJ2acfTX4sXgTsDWV4aOT X-Received: by 2002:a63:560e:: with SMTP id k14-v6mr26988030pgb.189.1536013870535; Mon, 03 Sep 2018 15:31:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536013870; cv=none; d=google.com; s=arc-20160816; b=Hb/yatt5iVzWszWimIbpyT1kIm93Fv32UbRpA7fJhqE6obFDZnNru//oftrAH/A4be BzpU3uH58IpCwyapUwgVzEybfcIZaHuyXcrTAn6Kp02FSS2u5K4aBqEveg+DLGm1SUSY glyUOaD4NdXvvls8WX97UtLSgDa0ixFWmEA6kb3b4MkZ/GqzqoEG5krZ47YarlI9TlNc GKAkPyVZTsSBeO9V2TTBbMfefQFvZacYZuHxRQhIrJqZJaZuBpPAAQ2GybifcIAvc/MJ hZiHnhzPAuiXgnCb2HEAgluAfFLiaGfSxKAB2nA2BlWjTE0+/yxZDv70aKq/ol4ebghO xNhQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=fxnBjVKitW93P9JDl3xIulPFyXSXEQhx7pOAKDxgpCw=; b=du6tQtuSR89bmH6lu59LSwQy4GYZ75fz8B6nrX55T7QONWOo9FLpwbQLaUxXDCeti7 Mh/lGkY5/lboO+NL+hKv1FrdOvTNyO75W0jnFQgn/17ZjGhalMaXERpfqt6kd3i3Fk3q HQXzRPOgCIR4U0s8jt3Io4r7QunEjLxbg69QQQVTQzyR2FC7dkt7ZQhb419KdRt/I2mR RC2xxBDDFcyijO992vLNKeT7DqFv17EPV4lmywVgv4qSLVl6q2CHjs1PDKbj5WeQ0UiB ZXjPqQOedFqAEmnp/c58WxPEb9g11BDRSF0rVjJQPFIhkjtuhzBG/Ieolh2uriTqCp8S MMOQ== 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 d68-v6si21589238pfj.311.2018.09.03.15.30.55; Mon, 03 Sep 2018 15:31:10 -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 S1726205AbeIDCwD (ORCPT + 99 others); Mon, 3 Sep 2018 22:52:03 -0400 Received: from nautica.notk.org ([91.121.71.147]:41210 "EHLO nautica.notk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726034AbeIDCwD (ORCPT ); Mon, 3 Sep 2018 22:52:03 -0400 Received: by nautica.notk.org (Postfix, from userid 1001) id 474B8C009; Tue, 4 Sep 2018 00:29:49 +0200 (CEST) Date: Tue, 4 Sep 2018 00:29:34 +0200 From: Dominique Martinet To: "Gustavo A. R. Silva" Cc: Eric Van Hensbergen , Latchesar Ionkov , v9fs-developer@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] 9p: fix spelling mistake in fall-through annotation Message-ID: <20180903222934.GA25084@nautica> References: <20180903193806.GA11258@embeddedor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20180903193806.GA11258@embeddedor.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Gustavo A. R. Silva wrote on Mon, Sep 03, 2018: > Replace "fallthough" with a proper "fall through" annotation. > > This fix is part of the ongoing efforts to enabling -Wimplicit-fallthrough > > Addresses-Coverity-ID: 402012 ("Missing break in switch") I'm not a fan of these, as each coverity instance has their own ID, and I have no idea if there is an "official" coverity for the linux kernel -- is there? (Well, I see many patches got landed with that, so I guess there would be) > Signed-off-by: Gustavo A. R. Silva I'll take this, thanks. -- Dominique