From: Qinghuang Feng Date: Mon, 24 Nov 2008 09:43:36 +0000 (+0100) Subject: block/blk-tag.c: cleanup kernel-doc X-Git-Tag: v3.12-rc1~16867^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6a06f707cc29ea3a47588e4d2cd0bdcfa311a7d;p=kernel%2Fkernel-generic.git 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 Signed-off-by: Jens Axboe --- diff --git a/block/blk-tag.c b/block/blk-tag.c index c0d419e..3c518e3 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) {