[dpdk-dev] [PATCH] tools/dpdk_nic_bind: fix flake8 warnings

2016-02-19 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Mauricio Vasquez B > Sent: Thursday, February 18, 2016 10:33 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] tools/dpdk_nic_bind: fix flake8 warnings > > flake8 checks were run fo

[dpdk-dev] [PATCH] tools/dpdk_nic_bind: fix flake8 warnings

2016-02-18 Thread Mauricio Vasquez B
flake8 checks were run for both python 2.7 and 3.4 There were some style issues as: - Line width > 79 - No double blank line before function definition - No double blank space before inline comment - Some other minor issues Signed-off-by: Mauricio Vasquez B --- tools/dpdk_nic_bind.py | 165