Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> writes: > 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@xxxxxxxxx> > --- > Documentation/dev-tools/kgdb.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks. jon