projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a3173d
)
block/blk-tag.c: cleanup kernel-doc
author
Qinghuang Feng
<qhfeng.kernel@gmail.com>
Mon, 24 Nov 2008 09:43:36 +0000
(10:43 +0100)
committer
Jens Axboe
<jens.axboe@oracle.com>
Mon, 29 Dec 2008 07:28:43 +0000
(08:28 +0100)
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>
block/blk-tag.c
patch
|
blob
|
history
diff --git
a/block/blk-tag.c
b/block/blk-tag.c
index
c0d419e
..
3c518e3
100644
(file)
--- 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)
{