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
|
@ -110,4 +110,5 @@ class LxListChk(gdb.Command):
|
|||
raise gdb.GdbError("lx-list-check takes one argument")
|
||||
list_check(gdb.parse_and_eval(argv[0]))
|
||||
|
||||
|
||||
LxListChk()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue