[PATCH] DocBook: fix some kernel-doc comments in fs and block

Update some parameter descriptions to actually match the code.

Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Martin Waitz and committed by Linus Torvalds 7045f37b 99acf044

+3 -1
+1 -1
fs/inode.c
··· 1179 1179 /** 1180 1180 * touch_atime - update the access time 1181 1181 * @mnt: mount the inode is accessed on 1182 - * @inode: inode accessed 1182 + * @dentry: dentry accessed 1183 1183 * 1184 1184 * Update the accessed time on an inode and mark it for writeback. 1185 1185 * This function automatically handles read only file systems and media,
+2
fs/namei.c
··· 1161 1161 1162 1162 /** 1163 1163 * path_lookup_open - lookup a file path with open intent 1164 + * @dfd: the directory to use as base, or AT_FDCWD 1164 1165 * @name: pointer to file name 1165 1166 * @lookup_flags: lookup intent flags 1166 1167 * @nd: pointer to nameidata ··· 1176 1175 1177 1176 /** 1178 1177 * path_lookup_create - lookup a file path with open + create intent 1178 + * @dfd: the directory to use as base, or AT_FDCWD 1179 1179 * @name: pointer to file name 1180 1180 * @lookup_flags: lookup intent flags 1181 1181 * @nd: pointer to nameidata