Skip to content
Snippets Groups Projects
Commit c6a06f70 authored by Qinghuang Feng's avatar Qinghuang Feng Committed by Jens Axboe
Browse files

block/blk-tag.c: cleanup kernel-doc


There is no argument named @tags in blk_init_tags,
remove its' comment.

Signed-off-by: default avatarQinghuang Feng <qhfeng.kernel@gmail.com>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 8a3173de
No related merge requests found
...@@ -158,7 +158,6 @@ fail: ...@@ -158,7 +158,6 @@ fail:
/** /**
* blk_init_tags - initialize the tag info for an external tag map * blk_init_tags - initialize the tag info for an external tag map
* @depth: the maximum queue depth supported * @depth: the maximum queue depth supported
* @tags: the tag to use
**/ **/
struct blk_queue_tag *blk_init_tags(int depth) struct blk_queue_tag *blk_init_tags(int depth)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment