Re: [PATCH 1/1] fs: ext4: document struct ext2_inode

2024-10-24 Thread Simon Glass
On Thu, 24 Oct 2024 at 15:16, Heinrich Schuchardt wrote: > > Provide Sphinx style documentation for struct ext2_inode. > > Signed-off-by: Heinrich Schuchardt > --- > include/ext_common.h | 30 +++--- > 1 file changed, 27 insertions(+), 3 deletions(-) > Reviewed-by: Simon

[PATCH 1/1] fs: ext4: document struct ext2_inode

2024-10-24 Thread Heinrich Schuchardt
Provide Sphinx style documentation for struct ext2_inode. Signed-off-by: Heinrich Schuchardt --- include/ext_common.h | 30 +++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/include/ext_common.h b/include/ext_common.h index b09bbde116a..a85ac04f79a 100