瀏覽代碼

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>
Randy Dunlap 15 年之前
父節點
當前提交
546cf44a1b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      kernel/trace/blktrace.c

+ 2 - 0
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
  * blk_add_trace_remap - Add a trace for a remap operation
+ * @ignore:	trace callback data parameter (not used)
  * @q:		queue the io is for
  * @q:		queue the io is for
  * @bio:	the source bio
  * @bio:	the source bio
  * @dev:	target device
  * @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
  * 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
  * @q:		queue the io is for
  * @rq:		the source request
  * @rq:		the source request
  * @dev:	target device
  * @dev:	target device