From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/5] remove double parenthesis Date: Fri, 05 Jan 2018 22:09:28 +0100 Message-ID: <5948881.4ayu02MO7x@xps> References: <20171214233221.30928-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id CFC391B00B for ; Fri, 5 Jan 2018 22:09:50 +0100 (CET) In-Reply-To: <20171214233221.30928-1-stephen@networkplumber.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 15/12/2017 00:32, Stephen Hemminger: > Noticed in ethdev an obvious case of extra parenthesis so > went hunting for others as well. There seems to be some weird > coding standard that loves extra parenthesis (or developers > don't understand basic C precedence rules). > > Stephen Hemminger (5): > bnx2x: remove (redundant) parenthesis > kni: remove (redundant) parenthesis > ethdev: remove (redundant) parenthesis > distributor: remove (unnecessary) parenthesis > loadbalancer: remove (unnecessary) parenthesis Applied, thanks