Re: [PATCH] kgdb: rectify kernel-doc for kgdb_unregister_io_module()
From: Daniel Thompson <hidden>
Date: 2021-02-04 15:28:45
Also in:
linux-doc, lkml
From: Daniel Thompson <hidden>
Date: 2021-02-04 15:28:45
Also in:
linux-doc, lkml
On Mon, Jan 25, 2021 at 03:48:47PM +0100, Lukas Bulwahn wrote:
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>
Applied. Thanks.