Re: [PATCH] docs: genericirq.rst: remove extra parenthesis in function definition

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Chih-Wei Chien <idoleat@xxxxxxxxx> writes:

> In the paragraph titled "Default flow implementations", the helper
> function definition (simplified excerpt) for
>
>   noop(struct irq_data *data)
>
> had an extraneous closing parenthesis. This commit removes the
> unnecessary parenthesis, correcting the function definition.
>
> Signed-off-by: Chih-Wei Chien <idoleat@xxxxxxxxx>
> ---
>  Documentation/core-api/genericirq.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/core-api/genericirq.rst b/Documentation/core-api/genericirq.rst
> index 4a460639ab1c..582bde9bf5a9 100644
> --- a/Documentation/core-api/genericirq.rst
> +++ b/Documentation/core-api/genericirq.rst
> @@ -210,7 +210,7 @@ implemented (simplified excerpt)::
>          }
>      }
>  
> -    noop(struct irq_data *data))
> +    noop(struct irq_data *data)
>      {

Applied, thanks.

jon




[Index of Archives]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux