trace/events/block.h: drop kernel-doc for dropped function parameter
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 15 Jun 2020 19:22:53 +0000 (12:22 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Jun 2020 22:51:46 +0000 (16:51 -0600)
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>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/trace/events/block.h

index 1257f26..93b1142 100644 (file)
@@ -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.