mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-29 23:24:11 +08:00
kgdb: rectify kernel-doc for kgdb_unregister_io_module()
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>
This commit is contained in:
parent
19c329f680
commit
2da2687b51
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user