[dpdk-dev] [RFC] devbind: conform to PEP 8 recommended style
Bruce Richardson
bruce.richardson at intel.com
Thu Sep 2 10:10:47 CEST 2021
On Wed, Sep 01, 2021 at 02:27:07PM -0700, Stephen Hemminger wrote:
> This fixes most of the warnings from the Flake8 style checker.
> The ones remaing 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 at networkplumber.org>
> ---
> usertools/dpdk-devbind.py | 70 ++++++++++++++++++++++-----------------
> 1 file changed, 39 insertions(+), 31 deletions(-)
>
Thanks for the cleanup.
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
More information about the dev
mailing list