From: Qinghuang Feng Date: Mon, 24 Nov 2008 09:43:36 +0000 (+0100) Subject: block/blk-tag.c: cleanup kernel-doc X-Git-Tag: Ubuntu-5.2.0-15.16~31729^2~31 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c6a06f707cc29ea3a47588e4d2cd0bdcfa311a7d;p=mirror_ubuntu-eoan-kernel.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 c0d419e84ce7..3c518e3303ae 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) {