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: > > 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? Seems to be a very good idea Luis. I'll try to find some examples in our Docs how this is done. Thanks > > Luis