summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorQinghuang Feng <qhfeng.kernel@gmail.com>2008-11-24 10:43:36 +0100
committerJens Axboe <jens.axboe@oracle.com>2008-12-29 08:28:43 +0100
commitc6a06f707cc29ea3a47588e4d2cd0bdcfa311a7d (patch)
tree6a058cb9ab1703eb329021b586a885d7ac92257a /block
parent8a3173de4ab4cdacc43675dc5c077f9a5bf17f5f (diff)
downloadlinux-0-day-c6a06f707cc29ea3a47588e4d2cd0bdcfa311a7d.tar.gz
linux-0-day-c6a06f707cc29ea3a47588e4d2cd0bdcfa311a7d.tar.xz
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 c0d419e84ce7f..3c518e3303ae3 100644
--- a/block/blk-tag.c
+++ b/block/blk-tag.c
@@ -158,7 +158,6 @@ fail:
/**
* 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)
{