projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.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
|
blame
|
history
diff --git
a/block/blk-tag.c
b/block/blk-tag.c
index c0d419e84ce7f8518e1246e3ec61b07f5c81efe8..3c518e3303ae34113516924f9d73a58b94a1e75c 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)
{