diff options
-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). * |