Просмотр исходного кода

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

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>
Qinghuang Feng 17 лет назад
Родитель
Сommit
c6a06f707c
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      block/blk-tag.c

+ 0 - 1
block/blk-tag.c

@@ -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)
 {
 {