From: Jonathan Corbet <corbet@lwn.net>
To: Chih-Wei Chien <idoleat@taiker.tw>
Cc: pstanner@redhat.com, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org, Chih-Wei Chien <idoleat@taiker.tw>
Subject: Re: [PATCH] docs: genericirq.rst: remove extra parenthesis in function definition
Date: Wed, 26 Jun 2024 17:15:39 -0600 [thread overview]
Message-ID: <87a5j7fg84.fsf@trenco.lwn.net> (raw)
In-Reply-To: <20240619160057.128208-1-idoleat@taiker.tw>
Chih-Wei Chien <idoleat@taiker.tw> 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@taiker.tw>
> ---
> 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
prev parent reply other threads:[~2024-06-26 23:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-19 16:00 [PATCH] docs: genericirq.rst: remove extra parenthesis in function definition Chih-Wei Chien
2024-06-26 23:15 ` Jonathan Corbet [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87a5j7fg84.fsf@trenco.lwn.net \
--to=corbet@lwn.net \
--cc=idoleat@taiker.tw \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pstanner@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.