[dpdk-dev] [PATCH] Fix misleading indentation in ethtool

2016-07-01 Thread Ferruh Yigit
On 7/1/2016 12:29 PM, De Lara Guarch, Pablo wrote: > Hi Pengyu, > >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pengyu Ma >> Sent: Friday, July 01, 2016 9:53 AM >> To: thomas.monjalon at 6wind.com; dev at dpdk.org >

[dpdk-dev] [PATCH] Fix misleading indentation in ethtool

2016-07-01 Thread De Lara Guarch, Pablo
Hi Pengyu, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pengyu Ma > Sent: Friday, July 01, 2016 9:53 AM > To: thomas.monjalon at 6wind.com; dev at dpdk.org > Subject: [dpdk-dev] [PATCH] Fix misleading indentation in ethtool You need to

[dpdk-dev] [PATCH] Fix misleading indentation in ethtool

2016-07-01 Thread Pengyu Ma
gcc complains about: build/lib/librte_eal/linuxapp/kni/e1000_phy.c:3303:2: error: this 'if' clause does not guard... [-Werror=misleading-indentation] Code indentation is misleadingly indented as whether the following content is guarded by if or not. With the reference of the context, add the curly