Skip to content

Commit

Permalink
trace/events/block.h: drop kernel-doc for dropped function parameter
Browse files Browse the repository at this point in the history
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: d24de76 ("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>
  • Loading branch information
Randy Dunlap authored and Jens Axboe committed Jun 15, 2020
1 parent a8a5e38 commit 5bcc066
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/trace/events/block.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5bcc066

Please sign in to comment.