From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id D2158152A for ; Fri, 4 Nov 2016 16:41:37 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP; 04 Nov 2016 08:41:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,443,1473145200"; d="scan'208";a="27525264" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by fmsmga005.fm.intel.com with ESMTP; 04 Nov 2016 08:41:35 -0700 To: Ajit Khaparde , dev@dpdk.org References: <20161103185842.GA88409@C02PT1RBG8WP.wifi.aus.avagotech.net> From: Ferruh Yigit Message-ID: <5372c987-30b8-f834-b001-5f2c60883868@intel.com> Date: Fri, 4 Nov 2016 15:41:35 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161103185842.GA88409@C02PT1RBG8WP.wifi.aus.avagotech.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 2/2] bnxt: add a FALLTHROUGH comment in the cascading switch statement X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2016 15:41:38 -0000 On 11/3/2016 6:58 PM, Ajit Khaparde wrote: > The cascading switch statement in bnxt_hwrm.c is missing the FALLTHROUGH > comment. Adding that. > > Coverity: 127552 > > Signed-off-by: Ajit Khaparde Acked-by: Ferruh Yigit