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 @@ 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). *