[PATCH] block: remove excess kernel-doc

From: Randy Dunlap
Date: Wed Oct 22 2008 - 20:16:15 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Delete excess kernel-doc notation in block/ subdirectory:

Warning(linux-2.6.27-git10//block/blk-tag.c:164): Excess function parameter or struct member 'tags' description in 'blk_init_tags'

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
cc: Jens Axboe <axboe@xxxxxxxxx>
---
block/blk-tag.c | 1 -
1 file changed, 1 deletion(-)

--- linux-2.6.27-git10.orig/block/blk-tag.c
+++ linux-2.6.27-git10/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)
{

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/