On Tue, May 07, 2019 at 05:02:47AM +0000, Dexuan Cui wrote:
From: Adrian Vladu <[email protected]>
Sent: Monday, May 6, 2019 10:34 AM
To: [email protected]
Cc: Adrian Vladu <[email protected]>; KY Srinivasan
<[email protected]>; Haiyang Zhang <[email protected]>; Stephen
Hemminger <[email protected]>; Sasha Levin <[email protected]>;
Dexuan Cui <[email protected]>; Alessandro Pilotti
<[email protected]>
Subject: [PATCH v2] hv: tools: fixed Python pep8/flake8 warnings for lsvmbus

Fixed pep8/flake8 python style code for lsvmbus tool.

The TAB indentation was on purpose ignored (pep8 rule W191) to make
sure the code is complying with the Linux code guideline.
The following command do not show any warnings now:
pep8 --ignore=W191 lsvmbus
flake8 --ignore=W191 lsvmbus

Signed-off-by: Adrian Vladu <[email protected]>

Cc: "K. Y. Srinivasan" <[email protected]>
Cc: Haiyang Zhang <[email protected]>
Cc: Stephen Hemminger <[email protected]>
Cc: Sasha Levin <[email protected]>
Cc: Dexuan Cui <[email protected]>
Cc: Alessandro Pilotti <[email protected]>
[...]
Looks good to me. Thanks, Adrian!

Reviewed-by: Dexuan Cui <[email protected]>

Queued for hyperv-fixes, thanks!

--
Thanks,
Sasha

Reply via email to