From: Randy Dunlap Date: Mon, 15 Jun 2020 19:22:53 +0000 (-0700) Subject: trace/events/block.h: drop kernel-doc for dropped function parameter X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5bcc066c05909d2af5c954911309f02312b0b02e;p=linux.git trace/events/block.h: drop kernel-doc for dropped function parameter 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 Cc: Christoph Hellwig Cc: Jens Axboe Signed-off-by: Jens Axboe --- diff --git a/include/trace/events/block.h b/include/trace/events/block.h index 1257f26bb887b..93b114226af8b 100644 --- a/include/trace/events/block.h +++ b/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.