Commit 5d87a052 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jens Axboe

block: fix kernel-docbook parameters and files

kernel-doc for block/:
- add missing parameters
- fix one function's parameter list (remove blank line)
- add 2 source files to docbook for non-exported kernel-doc functions
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 976dde01
...@@ -361,12 +361,14 @@ X!Edrivers/pnp/system.c ...@@ -361,12 +361,14 @@ X!Edrivers/pnp/system.c
<chapter id="blkdev"> <chapter id="blkdev">
<title>Block Devices</title> <title>Block Devices</title>
!Eblock/blk-core.c !Eblock/blk-core.c
!Iblock/blk-core.c
!Eblock/blk-map.c !Eblock/blk-map.c
!Iblock/blk-sysfs.c !Iblock/blk-sysfs.c
!Eblock/blk-settings.c !Eblock/blk-settings.c
!Eblock/blk-exec.c !Eblock/blk-exec.c
!Eblock/blk-barrier.c !Eblock/blk-barrier.c
!Eblock/blk-tag.c !Eblock/blk-tag.c
!Iblock/blk-tag.c
</chapter> </chapter>
<chapter id="chrdev"> <chapter id="chrdev">
......
...@@ -1768,6 +1768,7 @@ static inline void __end_request(struct request *rq, int uptodate, ...@@ -1768,6 +1768,7 @@ static inline void __end_request(struct request *rq, int uptodate,
/** /**
* blk_rq_bytes - Returns bytes left to complete in the entire request * blk_rq_bytes - Returns bytes left to complete in the entire request
* @rq: the request being processed
**/ **/
unsigned int blk_rq_bytes(struct request *rq) unsigned int blk_rq_bytes(struct request *rq)
{ {
...@@ -1780,6 +1781,7 @@ EXPORT_SYMBOL_GPL(blk_rq_bytes); ...@@ -1780,6 +1781,7 @@ EXPORT_SYMBOL_GPL(blk_rq_bytes);
/** /**
* blk_rq_cur_bytes - Returns bytes left to complete in the current segment * blk_rq_cur_bytes - Returns bytes left to complete in the current segment
* @rq: the request being processed
**/ **/
unsigned int blk_rq_cur_bytes(struct request *rq) unsigned int blk_rq_cur_bytes(struct request *rq)
{ {
......
...@@ -294,7 +294,6 @@ EXPORT_SYMBOL(blk_queue_stack_limits); ...@@ -294,7 +294,6 @@ EXPORT_SYMBOL(blk_queue_stack_limits);
/** /**
* blk_queue_dma_drain - Set up a drain buffer for excess dma. * blk_queue_dma_drain - Set up a drain buffer for excess dma.
*
* @q: the request queue for the device * @q: the request queue for the device
* @dma_drain_needed: fn which returns non-zero if drain is necessary * @dma_drain_needed: fn which returns non-zero if drain is necessary
* @buf: physically contiguous buffer * @buf: physically contiguous buffer
......
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