Skip to content

Commit

Permalink
readahead: docbook fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Hemminger authored and Linus Torvalds committed Aug 11, 2007
1 parent f6901e6 commit f0b85c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/filemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0b85c0

Please sign in to comment.