diff options
author | Martin Waitz <tali@admingilde.org> | 2006-02-01 03:06:57 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-01 08:53:27 -0800 |
commit | 7045f37b17ffa6e85435ca980122b46a74caa7e4 (patch) | |
tree | bdf7544b9d6412199c4dec1b4897822c9b6daeab /fs/inode.c | |
parent | 99acf0442111cc452ac1b93868dde8f6ff37a989 (diff) | |
download | linux-stable-7045f37b17ffa6e85435ca980122b46a74caa7e4.tar.gz linux-stable-7045f37b17ffa6e85435ca980122b46a74caa7e4.tar.bz2 linux-stable-7045f37b17ffa6e85435ca980122b46a74caa7e4.zip |
[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>
Diffstat (limited to 'fs/inode.c')
-rw-r--r-- | fs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/inode.c b/fs/inode.c index 108138d4e909..d0be6159eb7f 100644 --- a/fs/inode.c +++ b/fs/inode.c @@ -1179,7 +1179,7 @@ EXPORT_SYMBOL(bmap); /** * touch_atime - update the access time * @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. * This function automatically handles read only file systems and media, |