2008-11-24 09:09:42

by Qinghuang Feng

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
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)
{


2008-11-24 09:40:48

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH] block/blk-tag.c: cleanup kernel-doc

On Mon, Nov 24 2008, Qinghuang Feng wrote:
> There is no argument named @tags in blk_init_tags,
> remove its' comment.

Thanks, applied.

--
Jens Axboe