linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] trace/events/block.h: drop kernel-doc for dropped function parameter
@ 2020-06-15 19:22 Randy Dunlap
  2020-06-15 22:52 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2020-06-15 19:22 UTC (permalink / raw)
  To: linux-block, LKML, axboe; +Cc: Christoph Hellwig

From: Randy Dunlap <rdunlap@infradead.org>

Fix kernel-doc warning: the parameter was removed, so also remove
the kernel-doc notation for it.

../include/trace/events/block.h:278: warning: Excess function parameter 'error' description in 'trace_block_bio_complete'

Fixes: d24de76af836 ("block: remove the error argument to the block_bio_complete tracepoint")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Jens Axboe <axboe@kernel.dk>
---
 include/trace/events/block.h |    1 -
 1 file changed, 1 deletion(-)

--- linux-next-20200615.orig/include/trace/events/block.h
+++ linux-next-20200615/include/trace/events/block.h
@@ -254,7 +254,6 @@ TRACE_EVENT(block_bio_bounce,
  * block_bio_complete - completed all work on the block operation
  * @q: queue holding the block operation
  * @bio: block operation completed
- * @error: io error value
  *
  * This tracepoint indicates there is no further work to do on this
  * block IO operation @bio.


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

* Re: [PATCH] trace/events/block.h: drop kernel-doc for dropped function parameter
  2020-06-15 19:22 [PATCH] trace/events/block.h: drop kernel-doc for dropped function parameter Randy Dunlap
@ 2020-06-15 22:52 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2020-06-15 22:52 UTC (permalink / raw)
  To: Randy Dunlap, linux-block, LKML; +Cc: Christoph Hellwig

On 6/15/20 1:22 PM, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix kernel-doc warning: the parameter was removed, so also remove
> the kernel-doc notation for it.
> 
> ../include/trace/events/block.h:278: warning: Excess function parameter 'error' description in 'trace_block_bio_complete'

Applied, thanks.

-- 
Jens Axboe


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

end of thread, other threads:[~2020-06-15 22:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-15 19:22 [PATCH] trace/events/block.h: drop kernel-doc for dropped function parameter Randy Dunlap
2020-06-15 22:52 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).