Skip to content

Commit e765c74

Browse files
bulwahnJonathan Corbet
authored andcommitted
Documentation: kgdb: properly capitalize the MAGIC_SYSRQ config
Most readers are probably going to figure out that the config is actually all upper-case letters, as all Kconfig symbols are this way. Properly capitalizing makes the script ./scripts/checkkconfigsymbols.py happy, which otherwise would report this as a reference to a non-existing Kconfig symbol. So, use the right capitalization for the MAGIC_SYSRQ config in the kgdb documentation. Signed-off-by: Lukas Bulwahn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 09fec26 commit e765c74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/dev-tools/kgdb.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ This is a quick example of how to use kdb.
402402
2. Enter the kernel debugger manually or by waiting for an oops or
403403
fault. There are several ways you can enter the kernel debugger
404404
manually; all involve using the :kbd:`SysRq-G`, which means you must have
405-
enabled ``CONFIG_MAGIC_SysRq=y`` in your kernel config.
405+
enabled ``CONFIG_MAGIC_SYSRQ=y`` in your kernel config.
406406

407407
- When logged in as root or with a super user session you can run::
408408

@@ -461,7 +461,7 @@ This is a quick example of how to use kdb with a keyboard.
461461
2. Enter the kernel debugger manually or by waiting for an oops or
462462
fault. There are several ways you can enter the kernel debugger
463463
manually; all involve using the :kbd:`SysRq-G`, which means you must have
464-
enabled ``CONFIG_MAGIC_SysRq=y`` in your kernel config.
464+
enabled ``CONFIG_MAGIC_SYSRQ=y`` in your kernel config.
465465

466466
- When logged in as root or with a super user session you can run::
467467

0 commit comments

Comments
 (0)