aboutsummaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorQinghuang Feng <qhfeng.kernel@gmail.com>2008-11-24 04:43:36 -0500
committerJens Axboe <jens.axboe@oracle.com>2008-12-29 02:28:43 -0500
commitc6a06f707cc29ea3a47588e4d2cd0bdcfa311a7d (patch)
tree6a058cb9ab1703eb329021b586a885d7ac92257a /block
parent8a3173de4ab4cdacc43675dc5c077f9a5bf17f5f (diff)
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>
Diffstat (limited to 'block')
-rw-r--r--block/blk-tag.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-tag.c b/block/blk-tag.c
index c0d419e84ce7..3c518e3303ae 100644
--- a/block/blk-tag.c
+++ b/block/blk-tag.c
@@ -158,7 +158,6 @@ fail:
158/** 158/**
159 * blk_init_tags - initialize the tag info for an external tag map 159 * blk_init_tags - initialize the tag info for an external tag map
160 * @depth: the maximum queue depth supported 160 * @depth: the maximum queue depth supported
161 * @tags: the tag to use
162 **/ 161 **/
163struct blk_queue_tag *blk_init_tags(int depth) 162struct blk_queue_tag *blk_init_tags(int depth)
164{ 163{