Commit d030bd1a authored by Bo Liu's avatar Bo Liu Committed by Jan Kara

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: default avatarBo Liu <liubo03@inspur.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent ab7720a2
......@@ -413,7 +413,7 @@ struct ext2_dir_entry_2 *ext2_find_entry (struct inode *dir,
return de;
}
/**
/*
* Return the '..' directory entry and the page in which the entry was found
* (as a parameter - p).
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment