All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] blktrace: fix up a kerneldoc comment
@ 2020-12-07 13:40 Christoph Hellwig
  2020-12-07 15:00 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2020-12-07 13:40 UTC (permalink / raw)
  To: axboe; +Cc: linux-block, Stephen Rothwell

Fixes: a54895fa057c ("block: remove the request_queue to argument request based tracepoints")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 kernel/trace/blktrace.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/trace/blktrace.c b/kernel/trace/blktrace.c
index 774f965d9aca3c..4f825c66e5c0e0 100644
--- a/kernel/trace/blktrace.c
+++ b/kernel/trace/blktrace.c
@@ -1024,7 +1024,6 @@ static void blk_add_trace_bio_remap(void *ignore, struct bio *bio, dev_t dev,
 /**
  * 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
  * @from:	source sector
-- 
2.29.2


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

* Re: [PATCH] blktrace: fix up a kerneldoc comment
  2020-12-07 13:40 [PATCH] blktrace: fix up a kerneldoc comment Christoph Hellwig
@ 2020-12-07 15:00 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2020-12-07 15:00 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: linux-block, Stephen Rothwell

Applied, thanks.

-- 
Jens Axboe


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

end of thread, other threads:[~2020-12-07 15:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07 13:40 [PATCH] blktrace: fix up a kerneldoc comment Christoph Hellwig
2020-12-07 15:00 ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.