ext2: Fix some kernel-doc warnings
authorBo Liu <liubo03@inspur.com>
Fri, 11 Nov 2022 06:43:52 +0000 (01:43 -0500)
committerJan Kara <jack@suse.cz>
Fri, 11 Nov 2022 14:35:50 +0000 (15:35 +0100)
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 <liubo03@inspur.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext2/dir.c

index 8f59775..2787373 100644 (file)
@@ -413,7 +413,7 @@ found:
        return de;
 }
 
-/**
+/*
  * Return the '..' directory entry and the page in which the entry was found
  * (as a parameter - p).
  *