Re: [PATCH] module.h: Document klp_modinfo struct members

From: Luis Chamberlain
Date: Thu Feb 02 2023 - 14:02:33 EST


On Thu, Feb 02, 2023 at 03:29:50PM -0300, Marcos Paulo de Souza wrote:
> 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 <mpdesouza@xxxxxxxx>

Why not just embrace kdoc and then refer to it in the rst files?

Luis