From: Masami Hiramatsu <mhiramat@kernel.org>
To: Wasin Thonkaew <wasin@wasin.io>
Cc: Arnd Bergmann <arnd@arndb.de>,
linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org,
mhiramat@kernel.org
Subject: Re: [PATCH RESEND] include/asm-generic/error-injection.h: fix a spelling mistake, and a coding style issue
Date: Thu, 4 Nov 2021 23:38:01 +0900 [thread overview]
Message-ID: <20211104233801.6704f27a856b06242da80cc6@kernel.org> (raw)
In-Reply-To: <20211103194030.186361-1-wasin@wasin.io>
On Wed, 03 Nov 2021 19:42:36 +0000 (UTC)
Wasin Thonkaew <wasin@wasin.io> wrote:
> Fix a spelling mistake "ganerating" -> "generating".
> Remove trailing semicolon for a macro ALLOW_ERROR_INJECTION to fix a
> coding style issue.
This looks good to me.
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Thanks!
>
> Signed-off-by: Wasin Thonkaew <wasin@wasin.io>
> ---
> include/asm-generic/error-injection.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/asm-generic/error-injection.h b/include/asm-generic/error-injection.h
> index 7ddd9dc10ce9..fbca56bd9cbc 100644
> --- a/include/asm-generic/error-injection.h
> +++ b/include/asm-generic/error-injection.h
> @@ -20,7 +20,7 @@ struct pt_regs;
>
> #ifdef CONFIG_FUNCTION_ERROR_INJECTION
> /*
> - * Whitelist ganerating macro. Specify functions which can be
> + * Whitelist generating macro. Specify functions which can be
> * error-injectable using this macro.
> */
> #define ALLOW_ERROR_INJECTION(fname, _etype) \
> @@ -29,7 +29,7 @@ static struct error_injection_entry __used \
> _eil_addr_##fname = { \
> .addr = (unsigned long)fname, \
> .etype = EI_ETYPE_##_etype, \
> - };
> + }
>
> void override_function_with_return(struct pt_regs *regs);
> #else
> --
> 2.25.1
>
--
Masami Hiramatsu <mhiramat@kernel.org>
next prev parent reply other threads:[~2021-11-04 14:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-03 19:42 Wasin Thonkaew
2021-11-04 14:38 ` Masami Hiramatsu [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-10-06 18:58 Wasin Thonkaew
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=20211104233801.6704f27a856b06242da80cc6@kernel.org \
--to=mhiramat@kernel.org \
--cc=arnd@arndb.de \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=wasin@wasin.io \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®