]> git.baikalelectronics.ru Git - kernel.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)
committerSasha Levin <sashal@kernel.org>
Sat, 17 Aug 2019 19:29:18 +0000 (15:29 -0400)
commitaf716e03a1bba95c5a344b0075f5cea8026a60a7
treee625a4adad4a5551fe961d7fa211b682bd7e7601
parent3946fc9291da929ed6836ab79a3b87c34d142954
tools: hv: 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 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