Re: [PATCH] dpdk-devbind: fix indentation

2024-07-08 Thread David Marchand
On Tue, Jul 2, 2024 at 1:58 PM Robin Jarry wrote: > > Stephen Hemminger, Jul 01, 2024 at 19:45: > > The python check tool (flake8) is picky about the indentation > > of continuation lines, and dpdk-devbind was not following standard. > > > > Error is: > >E127 continuation line over-indente

Re: [PATCH] dpdk-devbind: fix indentation

2024-07-02 Thread Robin Jarry
Stephen Hemminger, Jul 01, 2024 at 19:45: The python check tool (flake8) is picky about the indentation of continuation lines, and dpdk-devbind was not following standard. Error is: E127 continuation line over-indented for visual indent Fixes: 2ff801515e49 ("usertools/devbind: update o