mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-24 05:01:03 +02: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:
committed by
Linus Torvalds
parent
442284a89a
commit
494dbe02b6
@@ -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()
|
||||
|
Reference in New Issue
Block a user