Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp472458imu; Tue, 22 Jan 2019 23:25:11 -0800 (PST) X-Google-Smtp-Source: ALg8bN5cfSDGyKnlTWHlD9pez/w3bEA7/yoea8L+zuxTEeASYu+GCT6/Mc3xb9fZi2akcmKiMeYM X-Received: by 2002:a63:5402:: with SMTP id i2mr1016249pgb.79.1548228311063; Tue, 22 Jan 2019 23:25:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548228311; cv=none; d=google.com; s=arc-20160816; b=ZVS+ZBmFoMnaV3aUuuTiocMw0etIBrGGnYkTikRwPLAmVWOfaC/R13r4SWBQ+Nnfkp El5Efq4e88QKESssuj0SnFwQymhpmNFRP1R3MnyK0H6/r+L0AS21P/taukQEsnSmKoMz /ho7Gjc/s7sin6gmijCzFtRQ5ULU9TJaEH99jKHHcE++dN8w80zYF4kC4gOmDJzasUPs CUsB7sksw3pqALBXhCB4ewtcSaofogosZDcJ54R9lrzfwfhFsIGmOZ4alDGyIXCi0kN9 HcsuYSP5vnVQEM8e99Tt9DGWOYMVn0TgAEimt5DcJ2aHxSbz00ZWaLKtferQIBwhyTOs xpBA== 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; bh=BZcQ+OM+I0U09yzAT0xbEY7f5PZl9GAt+XJ3pV9LjLA=; b=02O1oC5PYQY6sS5azk7cXAlwxuYQeYiS9alkGip/RtryVKUoZIKIb8W0XcVojL6nhC ZcP+1UQJWPRCJT9T2g4yuiMsza8kB4lHDdrr+aPHT5XOIQiJhqc2tITyakyHVJvKWNy1 HqxxN2xRne+YVKAqcKIEBm2JWDdDIDvHRjH7rR3wmKrxut850Wt3f1GgosJx7nqJNlfi 5PdYEnDF7Y5Xoyf98WlpNUAn4nvBYQjgxeYwgTMJ91uCBnB5ATQKc+elxgkbpheyjRdg BXY7+UXiNg3sb2hZuPV1DtylStCDKGf0UoaWIo5n3pfalOd6fPbL7Le1X3a8LT1TyWOB zoFg== 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 h17si18371377pgd.538.2019.01.22.23.24.55; Tue, 22 Jan 2019 23:25:11 -0800 (PST) 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 S1726349AbfAWHXq (ORCPT + 99 others); Wed, 23 Jan 2019 02:23:46 -0500 Received: from nautica.notk.org ([91.121.71.147]:34824 "EHLO nautica.notk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725973AbfAWHXq (ORCPT ); Wed, 23 Jan 2019 02:23:46 -0500 Received: by nautica.notk.org (Postfix, from userid 1001) id 3A64FC009; Wed, 23 Jan 2019 08:23:44 +0100 (CET) Date: Wed, 23 Jan 2019 08:23:29 +0100 From: Dominique Martinet To: "Gustavo A. R. Silva" Cc: Eric Van Hensbergen , Latchesar Ionkov , "David S. Miller" , v9fs-developer@lists.sourceforge.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next] 9p: mark expected switch fall-through Message-ID: <20190123072329.GA27574@nautica> References: <20190123071632.GA8039@embeddedor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190123071632.GA8039@embeddedor> 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 Wed, Jan 23, 2019: > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > where we are expecting to fall through. > > This patch fixes the following warning: > > net/9p/trans_xen.c:514:6: warning: this statement may fall through [-Wimplicit-fallthrough=] > > Warning level 3 was used: -Wimplicit-fallthrough=3 > > This patch is part of the ongoing efforts to enabling > -Wimplicit-fallthrough > > Signed-off-by: Gustavo A. R. Silva Sure, taking this to my queue for -next -- Dominique