diff options
author | Bo Liu <liubo03@inspur.com> | 2022-11-11 07:43:52 +0100 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2022-11-11 15:35:50 +0100 |
commit | d030bd1a66580b7b198a085e7220c794bcdc2770 (patch) | |
tree | 36d24e70b396f1ae657a0bb3a124b336b88b0d57 /fs/ext2 | |
parent | maintainers: Add ISOFS entry (diff) | |
download | linux-d030bd1a66580b7b198a085e7220c794bcdc2770.tar.xz linux-d030bd1a66580b7b198a085e7220c794bcdc2770.zip |
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>
Diffstat (limited to 'fs/ext2')
-rw-r--r-- | fs/ext2/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/dir.c b/fs/ext2/dir.c index 8f597753ac12..27873733ed8c 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). * |