summaryrefslogtreecommitdiffstats
path: root/Documentation/dev-tools
diff options
context:
space:
mode:
authorChanghuang Liang <changhuang.liang@starfivetech.com>2024-09-25 03:07:42 -0700
committerJonathan Corbet <corbet@lwn.net>2024-10-07 11:50:54 -0600
commit3c8ead6f7039c579a314376b64e9de404602c6d3 (patch)
treee1720234f457de25bfafa6358694fc55a84c9bfc /Documentation/dev-tools
parentd260f6150df1c4bc119bc0bc01d9da0a695ac029 (diff)
downloadlinux-3c8ead6f7039c579a314376b64e9de404602c6d3.tar.gz
linux-3c8ead6f7039c579a314376b64e9de404602c6d3.tar.bz2
linux-3c8ead6f7039c579a314376b64e9de404602c6d3.zip
Documentation: kgdb: Correct parameter error
Module kgdb had been converted to debug_core since commit c433820971ff ("Move kernel/kgdb.c to kernel/debug/debug_core.c") be added, so let's correct the module parameter path. Fixes: c433820971ff ("Move kernel/kgdb.c to kernel/debug/debug_core.c") Signed-off-by: Changhuang Liang <changhuang.liang@starfivetech.com> Reviewed-by: Douglas Anderson <dianders@chromium.org> Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20240925100742.1730576-1-changhuang.liang@starfivetech.com
Diffstat (limited to 'Documentation/dev-tools')
-rw-r--r--Documentation/dev-tools/kgdb.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-tools/kgdb.rst b/Documentation/dev-tools/kgdb.rst
index f83ba2601e55..a87a58e6509a 100644
--- a/Documentation/dev-tools/kgdb.rst
+++ b/Documentation/dev-tools/kgdb.rst
@@ -329,7 +329,7 @@ ways to activate this feature.
2. Use sysfs before configuring an I/O driver::
- echo 1 > /sys/module/kgdb/parameters/kgdb_use_con
+ echo 1 > /sys/module/debug_core/parameters/kgdb_use_con
.. note::