diff options
author | Stephen Hemminger <shemminger@linux-foundation.org> | 2007-08-10 13:01:16 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-08-11 15:47:42 -0700 |
commit | f0b85c0cfdad8977d82fed88e846fc2245585d0e (patch) | |
tree | df85c3195dd46095a40be69647ee5c93911f2e03 /mm | |
parent | f6901e639800e745457b1dcd99c52647981438d7 (diff) | |
download | linux-3.10-f0b85c0cfdad8977d82fed88e846fc2245585d0e.tar.gz linux-3.10-f0b85c0cfdad8977d82fed88e846fc2245585d0e.tar.bz2 linux-3.10-f0b85c0cfdad8977d82fed88e846fc2245585d0e.zip |
readahead: docbook fix
Minor docbook error since argument name in comment doesn't match function
Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/filemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/filemap.c b/mm/filemap.c index 6cf700d4184..49a6fe375d0 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -843,7 +843,7 @@ static void shrink_readahead_size_eio(struct file *filp, /** * do_generic_mapping_read - generic file read routine * @mapping: address_space to be read - * @ra: file's readahead state + * @_ra: file's readahead state * @filp: the file to read * @ppos: current file position * @desc: read_descriptor |