]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
docs: kgdb: Fix path of driver options
authorZenghui Yu <zenghui.yu@linux.dev>
Sat, 20 Jun 2026 23:40:35 +0000 (07:40 +0800)
committerJonathan Corbet <corbet@lwn.net>
Tue, 23 Jun 2026 20:35:50 +0000 (14:35 -0600)
The correct path of driver options should be
/sys/module/<driver>/parameters/<option>. Fix it.

Signed-off-by: Zenghui Yu <zenghui.yu@linux.dev>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260620234035.9917-1-zenghui.yu@linux.dev>

Documentation/process/debugging/kgdb.rst

index c4d0a9121d52834e79f6b20439fe2d3200fe3813..316b1d74e9c86532fb2d3fe4279225175f313a58 100644 (file)
@@ -513,7 +513,7 @@ unregister all the kernel hook points.
 
 All kgdb I/O drivers can be reconfigured at run time, if
 ``CONFIG_SYSFS`` and ``CONFIG_MODULES`` are enabled, by echo'ing a new
-config string to ``/sys/module/<driver>/parameter/<option>``. The driver
+config string to ``/sys/module/<driver>/parameters/<option>``. The driver
 can be unconfigured by passing an empty string. You cannot change the
 configuration while the debugger is attached. Make sure to detach the
 debugger with the ``detach`` command prior to trying to unconfigure a