[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <7424fc52-9b37-1b66-ca7f-4e95d35d880c@infradead.org>
Date: Fri, 17 Jul 2020 12:39:13 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: "Daniel W. S. Almeida" <dwlsalmeida@...il.com>, corbet@....net,
mchehab@...nel.org
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 08/25] Documentation: events/block.h: fix sphinx warning
On 7/17/20 11:56 AM, Daniel W. S. Almeida wrote:
> From: "Daniel W. S. Almeida" <dwlsalmeida@...il.com>
>
> Fix the following warning:
>
> warning: Excess function parameter 'error' description in
> 'trace_block_bio_complete'
>
> Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@...il.com>
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
Powered by blists - more mailing lists