Re: [PATCH 08/25] Documentation: events/block.h: fix sphinx warning

From: Randy Dunlap
Date: Fri Jul 17 2020 - 15:39:20 EST


On 7/17/20 11:56 AM, Daniel W. S. Almeida wrote:
> 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>

I have already fixed this one and it has been merged.

It seems that you should be using a more recent tree to make
patches against...

Thanks.

> ---
> 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>
> -
>


--
~Randy