Skip to content

Commit

Permalink
docbook: fix bio missing parameter
Browse files Browse the repository at this point in the history
Fix fs/bio.c kernel-doc parameter warning:
Warning(linux-2.6.25-git14//fs/bio.c:972): No description found for parameter 'reading'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
  • Loading branch information
Randy Dunlap authored and Jens Axboe committed May 7, 2008
1 parent eeae1d4 commit ffee025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/bio.c
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,7 @@ static void bio_copy_kern_endio(struct bio *bio, int err)
* @data: pointer to buffer to copy
* @len: length in bytes
* @gfp_mask: allocation flags for bio and page allocation
* @reading: data direction is READ
*
* copy the kernel address into a bio suitable for io to a block
* device. Returns an error pointer in case of error.
Expand Down

0 comments on commit ffee025

Please sign in to comment.