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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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).
 *