tools: fix flake8 warnings in bind script
authorMauricio Vasquez B <mauricio.vasquezbernal@studenti.polito.it>
Fri, 19 Feb 2016 17:03:18 +0000 (18:03 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 24 Mar 2016 21:04:10 +0000 (22:04 +0100)
commitb610787fb93c09a20b04fd917f2fa3299cd6ce67
treef794682c2944983aa671a20ff6eeee8e8ba70cb8
parent0f0ae3f1b0db51ee87972d31bc21b697e0ceb7eb
tools: fix flake8 warnings in bind script

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 <mauricio.vasquezbernal@studenti.polito.it>
Acked-by: John McNamara <john.mcnamara@intel.com>
tools/dpdk_nic_bind.py