]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation: kgdb: properly capitalize the MAGIC_SYSRQ config
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Thu, 30 Dec 2021 17:24:23 +0000 (18:24 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 3 Jan 2022 22:54:00 +0000 (15:54 -0700)
commit6b77e5fd95d39c5ca78d43651ffe4b55d5d31a6d
tree55cb4117b5b335213abf1127c74d667c53a6ed8c
parentf7c4b5d506ab59e872ec724587d2678df993b0ed
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 <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20211230172423.30430-1-lukas.bulwahn@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/dev-tools/kgdb.rst