Merge branch 'dell-wmi' into release
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / ext2 / dir.c
index 6cde970b0a1a04fae6b58aec7600491800078333..fc2bd05d35591103587c53bb9dbbfe3348c51c9a 100644 (file)
@@ -353,8 +353,8 @@ ext2_readdir (struct file * filp, void * dirent, filldir_t filldir)
  *     ext2_find_entry()
  *
  * finds an entry in the specified directory with the wanted name. It
- * returns the page in which the entry was found, and the entry itself
- * (as a parameter - res_dir). Page is returned mapped and unlocked.
+ * returns the page in which the entry was found (as a parameter - res_page),
+ * and the entry itself. Page is returned mapped and unlocked.
  * Entry is guaranteed to be valid.
  */
 struct ext2_dir_entry_2 *ext2_find_entry (struct inode * dir,