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 <liubo03@inspur.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jan Kara <jack@suse.cz>
This commit is contained in:
Bo Liu 2022-11-11 01:43:52 -05:00 committed by Jan Kara
parent ab7720a2b1
commit d030bd1a66
1 changed files with 1 additions and 1 deletions

View File

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