Skip to content

Commit

Permalink
block/blk-tag.c: cleanup kernel-doc
Browse files Browse the repository at this point in the history
There is no argument named @tags in blk_init_tags,
remove its' comment.

Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
  • Loading branch information
Qinghuang Feng authored and Jens Axboe committed Dec 29, 2008
1 parent 8a3173d commit c6a06f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion block/blk-tag.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ static struct blk_queue_tag *__blk_queue_init_tags(struct request_queue *q,
/**
* blk_init_tags - initialize the tag info for an external tag map
* @depth: the maximum queue depth supported
* @tags: the tag to use
**/
struct blk_queue_tag *blk_init_tags(int depth)
{
Expand Down

0 comments on commit c6a06f7

Please sign in to comment.