提交 c7ebf065 编写于 作者: R Randy Dunlap 提交者: Jens Axboe

blk-settings: fix function parameter kernel-doc notation

Fix kernel-doc notation in blk-settings.c::blk_queue_max_discard_sectors().
Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
上级 961515f6
...@@ -242,7 +242,7 @@ EXPORT_SYMBOL(blk_queue_max_hw_sectors); ...@@ -242,7 +242,7 @@ EXPORT_SYMBOL(blk_queue_max_hw_sectors);
/** /**
* blk_queue_max_discard_sectors - set max sectors for a single discard * blk_queue_max_discard_sectors - set max sectors for a single discard
* @q: the request queue for the device * @q: the request queue for the device
* @max_discard: maximum number of sectors to discard * @max_discard_sectors: maximum number of sectors to discard
**/ **/
void blk_queue_max_discard_sectors(struct request_queue *q, void blk_queue_max_discard_sectors(struct request_queue *q,
unsigned int max_discard_sectors) unsigned int max_discard_sectors)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册