aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2
diff options
context:
space:
mode:
authorBo Liu <liubo03@inspur.com>2022-11-11 01:43:52 -0500
committerJan Kara <jack@suse.cz>2022-11-11 15:35:50 +0100
commitd030bd1a66580b7b198a085e7220c794bcdc2770 (patch)
tree36d24e70b396f1ae657a0bb3a124b336b88b0d57 /fs/ext2
parentab7720a2b1175b21cace83757a9fd70408156bae (diff)
downloadlinux-d030bd1a66580b7b198a085e7220c794bcdc2770.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
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).
*