Skip to content

Commit

Permalink
fix filemap.c kernel-doc
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
rddunlap authored and Linus Torvalds committed Jul 31, 2007
1 parent 64d158b commit bfe0d68
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 bfe0d68

Please sign in to comment.