usertools/devbind: conform to PEP8 recommended style
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 1 Sep 2021 21:27:07 +0000 (14:27 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 25 Oct 2021 20:31:53 +0000 (22:31 +0200)
commit62d3ce604391c2721328221431c8ce947190453f
treede86680c1859b951c7de3d568494791c5637a31a
parentb54403fd08374dae243bf0a0e90488f51485154e
usertools/devbind: conform to PEP8 recommended style

This fixes most of the warnings from the Flake8 style checker.
The ones remaining are long lines (we allow > 79 characters)
and a line break warning.  The line break style changed in later
versions of PEP 8 and the tool is not updated.

https://www.flake8rules.com/rules/W503.html

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
Tested-by: Bruce Richardson <bruce.richardson@intel.com>
usertools/dpdk-devbind.py