mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
run: minor style
This commit is contained in:
3
run
3
run
@@ -205,7 +205,8 @@ def main(args, extra_args=None):
|
|||||||
])
|
])
|
||||||
if common.baremetal is None:
|
if common.baremetal is None:
|
||||||
cmd.extend([
|
cmd.extend([
|
||||||
'--param', 'system.panic_on_panic = True', common.Newline])
|
'--param', 'system.panic_on_panic = True', common.Newline
|
||||||
|
])
|
||||||
else:
|
else:
|
||||||
cmd.extend([
|
cmd.extend([
|
||||||
'--bare-metal', common.Newline,
|
'--bare-metal', common.Newline,
|
||||||
|
|||||||
Reference in New Issue
Block a user