mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-21 14:21:48 +00:00
scripts/gdb: fix PEP8 compliance
Signed-off-by: Thiébaud Weksteen <thiebaud@weksteen.fr> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.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
a2e73c4804
commit
6ad18b7331
4 changed files with 7 additions and 7 deletions
|
@ -151,6 +151,6 @@ def get_gdbserver_type():
|
|||
gdbserver_type = GDBSERVER_QEMU
|
||||
elif probe_kgdb():
|
||||
gdbserver_type = GDBSERVER_KGDB
|
||||
if not gdbserver_type is None and hasattr(gdb, 'events'):
|
||||
if gdbserver_type is not None and hasattr(gdb, 'events'):
|
||||
gdb.events.exited.connect(exit_handler)
|
||||
return gdbserver_type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue