• A
    tools: hv: fixed Python pep8/flake8 warnings for lsvmbus · 5912e791
    Adrian Vladu 提交于
    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: NAdrian 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: NSasha Levin <sashal@kernel.org>
    5912e791
lsvmbus 3.5 KB