Commit 7045f37b authored by Martin Waitz's avatar Martin Waitz Committed by Linus Torvalds

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

Update some parameter descriptions to actually match the code.
Signed-off-by: default avatarMartin Waitz <tali@admingilde.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 99acf044
...@@ -1179,7 +1179,7 @@ EXPORT_SYMBOL(bmap); ...@@ -1179,7 +1179,7 @@ EXPORT_SYMBOL(bmap);
/** /**
* touch_atime - update the access time * touch_atime - update the access time
* @mnt: mount the inode is accessed on * @mnt: mount the inode is accessed on
* @inode: inode accessed * @dentry: dentry accessed
* *
* Update the accessed time on an inode and mark it for writeback. * Update the accessed time on an inode and mark it for writeback.
* This function automatically handles read only file systems and media, * This function automatically handles read only file systems and media,
......
...@@ -1161,6 +1161,7 @@ static int __path_lookup_intent_open(int dfd, const char *name, ...@@ -1161,6 +1161,7 @@ static int __path_lookup_intent_open(int dfd, const char *name,
/** /**
* path_lookup_open - lookup a file path with open intent * path_lookup_open - lookup a file path with open intent
* @dfd: the directory to use as base, or AT_FDCWD
* @name: pointer to file name * @name: pointer to file name
* @lookup_flags: lookup intent flags * @lookup_flags: lookup intent flags
* @nd: pointer to nameidata * @nd: pointer to nameidata
...@@ -1175,6 +1176,7 @@ int path_lookup_open(int dfd, const char *name, unsigned int lookup_flags, ...@@ -1175,6 +1176,7 @@ int path_lookup_open(int dfd, const char *name, unsigned int lookup_flags,
/** /**
* path_lookup_create - lookup a file path with open + create intent * path_lookup_create - lookup a file path with open + create intent
* @dfd: the directory to use as base, or AT_FDCWD
* @name: pointer to file name * @name: pointer to file name
* @lookup_flags: lookup intent flags * @lookup_flags: lookup intent flags
* @nd: pointer to nameidata * @nd: pointer to nameidata
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment