Re: [PATCH] module.h: Document klp_modinfo struct members
From: Marcos Paulo de Souza <hidden>
Date: 2023-02-02 19:07:42
Also in:
live-patching, lkml
From: Marcos Paulo de Souza <hidden>
Date: 2023-02-02 19:07:42
Also in:
live-patching, lkml
On Thu, Feb 02, 2023 at 11:02:27AM -0800, Luis Chamberlain wrote:
On Thu, Feb 02, 2023 at 03:29:50PM -0300, Marcos Paulo de Souza wrote:quoted
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. Signed-off-by: Marcos Paulo de Souza <redacted>Why not just embrace kdoc and then refer to it in the rst files?
Seems to be a very good idea Luis. I'll try to find some examples in our Docs how this is done. Thanks
Luis