[...]From: Adrian Vladu <avladu@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, May 6, 2019 10:34 AM
To: linux-kernel@xxxxxxxxxxxxxxx
Cc: Adrian Vladu <avladu@xxxxxxxxxxxxxxxxxxxxxx>; KY Srinivasan
<kys@xxxxxxxxxxxxx>; Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>; Stephen
Hemminger <sthemmin@xxxxxxxxxxxxx>; Sasha Levin <sashal@xxxxxxxxxx>;
Dexuan Cui <decui@xxxxxxxxxxxxx>; Alessandro Pilotti
<apilotti@xxxxxxxxxxxxxxxxxxxxxx>
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 <avladu@xxxxxxxxxxxxxxxxxxxxxx>
Cc: "K. Y. Srinivasan" <kys@xxxxxxxxxxxxx>
Cc: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
Cc: Stephen Hemminger <sthemmin@xxxxxxxxxxxxx>
Cc: Sasha Levin <sashal@xxxxxxxxxx>
Cc: Dexuan Cui <decui@xxxxxxxxxxxxx>
Cc: Alessandro Pilotti <apilotti@xxxxxxxxxxxxxxxxxxxxxx>
Looks good to me. Thanks, Adrian!
Reviewed-by: Dexuan Cui <decui@xxxxxxxxxxxxx>