diff options
author | Adrian Vladu <avladu@cloudbasesolutions.com> | 2019-05-06 20:27:37 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-09-06 11:22:00 +0300 |
commit | 0c39d818aae44bc7033a7b6b49e2f041cbfd68ab (patch) | |
tree | 23644b953b4bc43d6d59bc9c964a8459dc582edf /Documentation/backlight | |
parent | 39ad18a042ab939e4f5a307b2057ea550b376537 (diff) | |
download | linux-0c39d818aae44bc7033a7b6b49e2f041cbfd68ab.tar.xz |
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>
Diffstat (limited to 'Documentation/backlight')
0 files changed, 0 insertions, 0 deletions