From: Changhuang Liang Date: Wed, 25 Sep 2024 10:07:42 +0000 (-0700) Subject: Documentation: kgdb: Correct parameter error X-Git-Tag: v6.13-rc1~170^2~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c8ead6f7039c579a314376b64e9de404602c6d3;p=thirdparty%2Flinux.git 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 Reviewed-by: Douglas Anderson Reviewed-by: Daniel Thompson Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/20240925100742.1730576-1-changhuang.liang@starfivetech.com --- diff --git a/Documentation/dev-tools/kgdb.rst b/Documentation/dev-tools/kgdb.rst index f83ba2601e55d..a87a58e6509aa 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::