]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
kgdb: rectify kernel-doc for kgdb_unregister_io_module()
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 25 Jan 2021 14:48:47 +0000 (15:48 +0100)
committerDaniel Thompson <daniel.thompson@linaro.org>
Thu, 4 Feb 2021 15:23:25 +0000 (15:23 +0000)
The command 'find ./kernel/debug/ | xargs ./scripts/kernel-doc -none'
reported a typo in the kernel-doc of kgdb_unregister_io_module().

Rectify the kernel-doc, such that no issues remain for ./kernel/debug/.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20210125144847.21896-1-lukas.bulwahn@gmail.com
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
kernel/debug/debug_core.c

index af6e8b4fb35999ec7c1edd07e151f6e39cde6e7a..7f22c1c0ffe80a2d15b2d6b680950115411e727f 100644 (file)
@@ -1166,7 +1166,7 @@ int kgdb_register_io_module(struct kgdb_io *new_dbg_io_ops)
 EXPORT_SYMBOL_GPL(kgdb_register_io_module);
 
 /**
- *     kkgdb_unregister_io_module - unregister KGDB IO module
+ *     kgdb_unregister_io_module - unregister KGDB IO module
  *     @old_dbg_io_ops: the io ops vector
  *
  *     Unregister it with the KGDB core.