Re: [PATCH v2] Document klp_modinfo using kdoc
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2023-02-06 17:09:18
Also in:
linux-doc, live-patching, lkml
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2023-02-06 17:09:18
Also in:
linux-doc, live-patching, lkml
On Fri, Feb 03, 2023 at 09:22:20AM -0300, Marcos Paulo de Souza wrote:
Originally it was only one patch, but it was divided in two. The second one
removed the local declaration to klp_modinfo and also refers to it using kdoc
format.
Changes from v1:
* Use kdoc (Luis)
Original commit message:
The struct members description can be found on
Documentation/livepatch/module-elf-format.rst, but for a developer it's
easier to search for such information looking at the struct definition.
Marcos Paulo de Souza (2):
module.h: Document klp_modinfo struct using kdoc
Documentation: livepatch: module-elf-format: Remove local klp_modinfo
definitionThanks! Merged and pushed onto modules-next! If you can get more modules stuff into kdoc that would be appreciated! Luis