]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
tools: hv: fixed Python pep8/flake8 warnings for lsvmbus
authorAdrian Vladu <avladu@cloudbasesolutions.com>
Mon, 6 May 2019 17:27:37 +0000 (17:27 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Sep 2019 08:23:26 +0000 (10:23 +0200)
commitb6018c3a79e5e41685927d19ea025e931dd7377d
tree12b32d49aa85059c3bacaf9eb9f0e7deb51ca9d3
parentc983df11ed197bdf2fd640e83ac161748501d274
tools: hv: fixed Python pep8/flake8 warnings for lsvmbus

[ Upstream commit 5912e791f3018de0a007c8cfa9cb38c97d3e5f5c ]

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 doe not show any warnings now:
pep8 --ignore=W191 lsvmbus
flake8 --ignore=W191 lsvmbus

Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
Cc: "K. Y. Srinivasan" <kys@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Cc: Stephen Hemminger <sthemmin@microsoft.com>
Cc: Sasha Levin <sashal@kernel.org>
Cc: Dexuan Cui <decui@microsoft.com>
Cc: Alessandro Pilotti <apilotti@cloudbasesolutions.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/hv/lsvmbus