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: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
64d158bc3d
commit
bfe0d6867e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user