Re: [dpdk-dev] [PATCH 0/5] remove double parenthesis

2018-01-05 Thread Thomas Monjalon
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): >

[dpdk-dev] [PATCH 0/5] remove double parenthesis

2017-12-14 Thread 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: remo