From: Yury Norov <ynorov@nvidia.com>
To: Kai Huang <kai.huang@intel.com>
Cc: yury.norov@gmail.com, linux@rasmusvillemoes.dk, arnd@arndb.de,
linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] asm-generic/bitops: Fix a comment typo in instrumented-atomic.h
Date: Fri, 20 Mar 2026 11:30:32 -0400 [thread overview]
Message-ID: <ab1n9RP14FS6kdSB@yury> (raw)
In-Reply-To: <20260320075938.289189-1-kai.huang@intel.com>
On Fri, Mar 20, 2026 at 08:59:38PM +1300, Kai Huang wrote:
> The comment after the '#endif' at the end of the instrumented-atomic.h
> is a typo. The "NON_ATOMIC" part should be "ATOMIC". Fix it.
>
> Signed-off-by: Kai Huang <kai.huang@intel.com>
Applied, thanks!
> ---
> include/asm-generic/bitops/instrumented-atomic.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/asm-generic/bitops/instrumented-atomic.h b/include/asm-generic/bitops/instrumented-atomic.h
> index 4225a8ca9c1a..c010d54275e4 100644
> --- a/include/asm-generic/bitops/instrumented-atomic.h
> +++ b/include/asm-generic/bitops/instrumented-atomic.h
> @@ -100,4 +100,4 @@ static __always_inline bool test_and_change_bit(long nr, volatile unsigned long
> return arch_test_and_change_bit(nr, addr);
> }
>
> -#endif /* _ASM_GENERIC_BITOPS_INSTRUMENTED_NON_ATOMIC_H */
> +#endif /* _ASM_GENERIC_BITOPS_INSTRUMENTED_ATOMIC_H */
>
> base-commit: 0e4f8f1a3d081e834be5fd0a62bdb2554fadd307
> --
> 2.53.0
prev parent reply other threads:[~2026-03-20 15:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-20 7:59 [PATCH] asm-generic/bitops: Fix a comment typo in instrumented-atomic.h Kai Huang
2026-03-20 15:30 ` Yury Norov [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=ab1n9RP14FS6kdSB@yury \
--to=ynorov@nvidia.com \
--cc=arnd@arndb.de \
--cc=kai.huang@intel.com \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@rasmusvillemoes.dk \
--cc=yury.norov@gmail.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.