mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-26 14:17:26 -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
|
@ -79,6 +79,7 @@ class LxPs(gdb.Command):
|
|||
pid=task["pid"],
|
||||
comm=task["comm"].string()))
|
||||
|
||||
|
||||
LxPs()
|
||||
|
||||
|
||||
|
@ -134,4 +135,5 @@ variable."""
|
|||
else:
|
||||
raise gdb.GdbError("No task of PID " + str(pid))
|
||||
|
||||
|
||||
LxThreadInfoByPidFunc()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue