linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86/percpu: correct spelling of becomes
@ 2025-06-25 12:34 Simon Horman
  2025-06-25 12:56 ` Dev Jain
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Horman @ 2025-06-25 12:34 UTC (permalink / raw)
  To: Dennis Zhou, Tejun Heo, Christoph Lameter
  Cc: Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen, x86,
	H. Peter Anvin, linux-mm, Simon Horman

Correct spelling of becomes as flagged by codespell.

Signed-off-by: Simon Horman <horms@kernel.org>
---
 arch/x86/include/asm/percpu.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/include/asm/percpu.h b/arch/x86/include/asm/percpu.h
index b0d03b6c279b..64dfa67d740e 100644
--- a/arch/x86/include/asm/percpu.h
+++ b/arch/x86/include/asm/percpu.h
@@ -57,7 +57,7 @@
 /*
  * arch_raw_cpu_ptr should not be used in 32-bit VDSO for a 64-bit
  * kernel, because games are played with CONFIG_X86_64 there and
- * sizeof(this_cpu_off) becames 4.
+ * sizeof(this_cpu_off) becomes 4.
  */
 #ifndef BUILD_VDSO32_64
 #define arch_raw_cpu_ptr(_ptr)						\



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] x86/percpu: correct spelling of becomes
  2025-06-25 12:34 [PATCH] x86/percpu: correct spelling of becomes Simon Horman
@ 2025-06-25 12:56 ` Dev Jain
  0 siblings, 0 replies; 2+ messages in thread
From: Dev Jain @ 2025-06-25 12:56 UTC (permalink / raw)
  To: Simon Horman, Dennis Zhou, Tejun Heo, Christoph Lameter
  Cc: Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen, x86,
	H. Peter Anvin, linux-mm


On 25/06/25 6:04 pm, Simon Horman wrote:
> Correct spelling of becomes as flagged by codespell.
>
> Signed-off-by: Simon Horman <horms@kernel.org>
> ---
>   arch/x86/include/asm/percpu.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/x86/include/asm/percpu.h b/arch/x86/include/asm/percpu.h
> index b0d03b6c279b..64dfa67d740e 100644
> --- a/arch/x86/include/asm/percpu.h
> +++ b/arch/x86/include/asm/percpu.h
> @@ -57,7 +57,7 @@
>   /*
>    * arch_raw_cpu_ptr should not be used in 32-bit VDSO for a 64-bit
>    * kernel, because games are played with CONFIG_X86_64 there and
> - * sizeof(this_cpu_off) becames 4.
> + * sizeof(this_cpu_off) becomes 4.
>    */
>   #ifndef BUILD_VDSO32_64
>   #define arch_raw_cpu_ptr(_ptr)                                              \
>

Reviewed-by: Dev Jain <dev.jain@arm.com>

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-25 12:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-25 12:34 [PATCH] x86/percpu: correct spelling of becomes Simon Horman
2025-06-25 12:56 ` Dev Jain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).