diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-02-20 03:01:22 -0500 |
---|---|---|
committer | Jens Axboe <axboe@carl.home.kernel.dk> | 2008-03-04 05:14:39 -0500 |
commit | 5d87a052c7e5f245bbb3018721b4b0afe0afc252 (patch) | |
tree | 3d24eaf1409518e1a0b36d8cd9e7131d5f5a8044 /block/blk-settings.c | |
parent | 976dde010e513a9c7c3117a32b7b015f84b37430 (diff) |
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: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block/blk-settings.c')
-rw-r--r-- | block/blk-settings.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-settings.c b/block/blk-settings.c index 9a8ffdd0ce3d..da923fed1f2c 100644 --- a/block/blk-settings.c +++ b/block/blk-settings.c | |||
@@ -294,7 +294,6 @@ EXPORT_SYMBOL(blk_queue_stack_limits); | |||
294 | 294 | ||
295 | /** | 295 | /** |
296 | * blk_queue_dma_drain - Set up a drain buffer for excess dma. | 296 | * blk_queue_dma_drain - Set up a drain buffer for excess dma. |
297 | * | ||
298 | * @q: the request queue for the device | 297 | * @q: the request queue for the device |
299 | * @dma_drain_needed: fn which returns non-zero if drain is necessary | 298 | * @dma_drain_needed: fn which returns non-zero if drain is necessary |
300 | * @buf: physically contiguous buffer | 299 | * @buf: physically contiguous buffer |