From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/cxgbe: add parenthesis on bitwise operation Date: Mon, 16 Jan 2017 13:17:01 +0000 Message-ID: References: <1484509837-15924-1-git-send-email-emmanuel.roullit@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Emmanuel Roullit , rahul.lakkireddy@chelsio.com Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id C2C1014E8 for ; Mon, 16 Jan 2017 14:17:04 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/16/2017 12:58 PM, Ferruh Yigit wrote: > On 1/15/2017 7:50 PM, Emmanuel Roullit wrote: >> clang reports the following error: >> error: logical not is only applied to the left hand side of this bitwise >> operator. [-Werror,-Wlogical-not-parentheses] >> >> Signed-off-by: Emmanuel Roullit > > Acked-by: Ferruh Yigit Fixes: 92c8a63223e5 ("cxgbe: add device configuration and Rx support") Applied to dpdk-next-net/master, thanks.