mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
scripts/gdb: silence pep8 checks
These scripts have some pep8 style warnings. Fix them up so that this directory is all pep8 clean. Link: http://lkml.kernel.org/r/20190329220844.38234-6-swboyd@chromium.org Signed-off-by: Stephen Boyd <swboyd@chromium.org> Cc: Douglas Anderson <dianders@chromium.org> Cc: Nikolay Borisov <n.borisov.lkml@gmail.com> Cc: Kieran Bingham <kbingham@kernel.org> Cc: Jan Kiszka <jan.kiszka@siemens.com> Cc: Jackie Liu <liuyun01@kylinos.cn> Cc: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
442284a89a
commit
494dbe02b6
5 changed files with 16 additions and 5 deletions
|
@ -135,6 +135,7 @@ and can help identify the state of hotplugged CPUs"""
|
|||
gdb.write("Online CPUs : {}\n".format(list(each_online_cpu())))
|
||||
gdb.write("Active CPUs : {}\n".format(list(each_active_cpu())))
|
||||
|
||||
|
||||
LxCpus()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue