From: Bo Liu Date: Fri, 11 Nov 2022 06:43:52 +0000 (-0500) Subject: ext2: Fix some kernel-doc warnings X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d030bd1a66580b7b198a085e7220c794bcdc2770;p=linux.git ext2: Fix some kernel-doc warnings The current code provokes some kernel-doc warnings: fs/ext2/dir.c:417: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst Signed-off-by: Bo Liu Acked-by: Randy Dunlap Signed-off-by: Jan Kara --- diff --git a/fs/ext2/dir.c b/fs/ext2/dir.c index 8f597753ac129..27873733ed8c8 100644 --- a/fs/ext2/dir.c +++ b/fs/ext2/dir.c @@ -413,7 +413,7 @@ found: return de; } -/** +/* * Return the '..' directory entry and the page in which the entry was found * (as a parameter - p). *