Commit bfe0d686 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

fix filemap.c kernel-doc

Fix kernel-doc warning:
Warning(linux-2.6.23-rc1-mm1//mm/filemap.c:864): No description found for parameter 'ra'
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 64d158bc
...@@ -843,7 +843,7 @@ static void shrink_readahead_size_eio(struct file *filp, ...@@ -843,7 +843,7 @@ static void shrink_readahead_size_eio(struct file *filp,
/** /**
* do_generic_mapping_read - generic file read routine * do_generic_mapping_read - generic file read routine
* @mapping: address_space to be read * @mapping: address_space to be read
* @_ra: file's readahead state * @ra: file's readahead state
* @filp: the file to read * @filp: the file to read
* @ppos: current file position * @ppos: current file position
* @desc: read_descriptor * @desc: read_descriptor
......
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