projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74048f8
)
blktrace: Fix new kernel-doc warnings
author
Randy Dunlap
<
[email protected]
>
Sat, 29 May 2010 18:45:07 +0000
(11:45 -0700)
committer
Ingo Molnar
<
[email protected]
>
Mon, 31 May 2010 07:58:20 +0000
(09:58 +0200)
Fix blktrace.c kernel-doc warnings:
Warning(kernel/trace/blktrace.c:858): No description found for parameter 'ignore'
Warning(kernel/trace/blktrace.c:890): No description found for parameter 'ignore'
Signed-off-by: Randy Dunlap <
[email protected]
>
Cc: Jens Axboe <
[email protected]
>
Cc: Steven Rostedt <
[email protected]
>
Cc: Frederic Weisbecker <
[email protected]
>
LKML-Reference: <
20100529114507
.
c466fc1e
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
kernel/trace/blktrace.c
patch
|
blob
|
history
diff --git
a/kernel/trace/blktrace.c
b/kernel/trace/blktrace.c
index 36ea2b65dcdc65a281bef8e7fa1acf0a44434003..638711c175048b00b8adb1175ed192a0b8181102 100644
(file)
--- a/
kernel/trace/blktrace.c
+++ b/
kernel/trace/blktrace.c
@@
-842,6
+842,7
@@
static void blk_add_trace_split(void *ignore,
/**
* blk_add_trace_remap - Add a trace for a remap operation
+ * @ignore: trace callback data parameter (not used)
* @q: queue the io is for
* @bio: the source bio
* @dev: target device
@@
-873,6
+874,7
@@
static void blk_add_trace_remap(void *ignore,
/**
* blk_add_trace_rq_remap - Add a trace for a request-remap operation
+ * @ignore: trace callback data parameter (not used)
* @q: queue the io is for
* @rq: the source request
* @dev: target device