mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] blktrace: fix new kernel-doc warnings
@ 2010-05-29 18:45 Randy Dunlap
  2010-05-31  8:00 ` [tip:perf/urgent] blktrace: Fix " tip-bot for Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2010-05-29 18:45 UTC (permalink / raw)
  To: lkml; +Cc: Steven Rostedt, Frederic Weisbecker, Ingo Molnar

From: Randy Dunlap <randy.dunlap@oracle.com>

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 <randy.dunlap@oracle.com>
Cc:	Steven Rostedt <rostedt@goodmis.org>
Cc:	Frederic Weisbecker <fweisbec@gmail.com>
Cc:	Ingo Molnar <mingo@redhat.com>
---
 kernel/trace/blktrace.c |    2 ++
 1 file changed, 2 insertions(+)

--- linux-2.6.34-git15.orig/kernel/trace/blktrace.c
+++ linux-2.6.34-git15/kernel/trace/blktrace.c
@@ -842,6 +842,7 @@ static void blk_add_trace_split(void *ig
 
 /**
  * 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 *ig
 
 /**
  * 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [tip:perf/urgent] blktrace: Fix new kernel-doc warnings
  2010-05-29 18:45 [PATCH] blktrace: fix new kernel-doc warnings Randy Dunlap
@ 2010-05-31  8:00 ` tip-bot for Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Randy Dunlap @ 2010-05-31  8:00 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, hpa, mingo, randy.dunlap, jens.axboe, fweisbec,
	rostedt, tglx, mingo

Commit-ID:  546cf44a1b507c1cbb5cf42bbe6169780567f36f
Gitweb:     http://git.kernel.org/tip/546cf44a1b507c1cbb5cf42bbe6169780567f36f
Author:     Randy Dunlap <randy.dunlap@oracle.com>
AuthorDate: Sat, 29 May 2010 11:45:07 -0700
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Mon, 31 May 2010 09:58:20 +0200

blktrace: Fix new kernel-doc warnings

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 <randy.dunlap@oracle.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <20100529114507.c466fc1e.randy.dunlap@oracle.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 kernel/trace/blktrace.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/kernel/trace/blktrace.c b/kernel/trace/blktrace.c
index 36ea2b6..638711c 100644
--- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-31  8:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-29 18:45 [PATCH] blktrace: fix new kernel-doc warnings Randy Dunlap
2010-05-31  8:00 ` [tip:perf/urgent] blktrace: Fix " tip-bot for Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome