From: "Daniel W. S. Almeida" <dwlsalmeida@xxxxxxxxx> Fix the following warning: warning: Excess function parameter 'error' description in 'trace_block_bio_complete' Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@xxxxxxxxx> --- include/trace/events/block.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/trace/events/block.h b/include/trace/events/block.h index 1257f26bb887b..f69569b70d44d 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. @@ -639,4 +638,3 @@ TRACE_EVENT(block_rq_remap, /* This part must be outside protection */ #include <trace/define_trace.h> - -- 2.27.0