From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 0F2A08E6C for ; Fri, 11 Dec 2015 15:56:30 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 11 Dec 2015 06:54:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,414,1444719600"; d="scan'208";a="858842096" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga001.fm.intel.com with ESMTP; 11 Dec 2015 06:54:56 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.13]) by IRSMSX102.ger.corp.intel.com ([169.254.2.251]) with mapi id 14.03.0248.002; Fri, 11 Dec 2015 14:54:53 +0000 From: "Mcnamara, John" To: "Xie, Huawei" , "dev@dpdk.org" Thread-Topic: [PATCH 4/4] vhost: Fix Coverity issue with logically dead code Thread-Index: AQHRM/mpP5CaP1GW80aInJ7x29kr6J7F38aQ Date: Fri, 11 Dec 2015 14:54:53 +0000 Message-ID: References: <1449770240-103240-1-git-send-email-huawei.xie@intel.com> <1449770240-103240-6-git-send-email-huawei.xie@intel.com> In-Reply-To: <1449770240-103240-6-git-send-email-huawei.xie@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 4/4] vhost: Fix Coverity issue with logically dead code 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, 11 Dec 2015 14:56:31 -0000 > -----Original Message----- > From: Huawei Xie > Sent: Thursday, December 10, 2015 5:57 PM > To: dev@dpdk.org > Cc: Mcnamara, John; Xie, Huawei > Subject: [PATCH 4/4] vhost: Fix Coverity issue with logically dead code >=20 > CID 107107 (#1 of 1): Logically dead code > Fixes: af4f2c5feb2e ("vhost: fix code style") >=20 > Signed-off-by: Huawei Xie Acked-by: John McNamara