Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] docs: arm64: Fix typo "initalised" in booting.rst
@ 2026-09-07 11:41 Hemanth Selam
  2026-09-07 17:20 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Hemanth Selam @ 2026-09-07 11:41 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon
  Cc: Mark Rutland, Jonathan Corbet, Weijie Yuan, Randy Dunlap,
	Shuah Khan, linux-arm-kernel, linux-doc, linux-kernel

Add the missing "i" to "initalised" in the description of the
spin-table cpu-release-addr property.

The British spelling is deliberate.  doc-guide/contributing.rst asks
that both American and British spellings be left alone, so only the typo
is corrected, not the dialect.  checkpatch.pl suggests "initialized"
here because scripts/spelling.txt maps this entry to the American form;
that is addressed separately.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---

Notes:
    Changes since v2:
     - the guidance lives in doc-guide/contributing.rst, not
       doc-guide/checkpatch.rst as v2 claimed (Weijie Yuan)
     - drop the v1 narrative and the redundant "only the documentation text
       changes" line
    
    Changes since v1:
     - keep "initialised" rather than switching the file to "initialized",
       so the British spelling is preserved (Randy Dunlap)

 Documentation/arch/arm64/booting.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/arch/arm64/booting.rst b/Documentation/arch/arm64/booting.rst
index 13ef311dace8..891fd22f7229 100644
--- a/Documentation/arch/arm64/booting.rst
+++ b/Documentation/arch/arm64/booting.rst
@@ -588,7 +588,7 @@ following manner:
 
 - CPUs with a "spin-table" enable-method must have a 'cpu-release-addr'
   property in their cpu node.  This property identifies a
-  naturally-aligned 64-bit zero-initalised memory location.
+  naturally-aligned 64-bit zero-initialised memory location.
 
   These CPUs should spin outside of the kernel in a reserved area of
   memory (communicated to the kernel by a /memreserve/ region in the
-- 
2.48.1



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

* Re: [PATCH v3] docs: arm64: Fix typo "initalised" in booting.rst
  2026-09-07 11:41 [PATCH v3] docs: arm64: Fix typo "initalised" in booting.rst Hemanth Selam
@ 2026-09-07 17:20 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2026-09-07 17:20 UTC (permalink / raw)
  To: Hemanth Selam, Catalin Marinas, Will Deacon
  Cc: Mark Rutland, Jonathan Corbet, Weijie Yuan, Shuah Khan,
	linux-arm-kernel, linux-doc, linux-kernel



On 9/7/26 4:41 AM, Hemanth Selam wrote:
> Add the missing "i" to "initalised" in the description of the
> spin-table cpu-release-addr property.
> 
> The British spelling is deliberate.  doc-guide/contributing.rst asks
> that both American and British spellings be left alone, so only the typo
> is corrected, not the dialect.  checkpatch.pl suggests "initialized"
> here because scripts/spelling.txt maps this entry to the American form;
> that is addressed separately.
> 
> Assisted-by: Cursor:claude-opus-5
> Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.

> ---
> 
> Notes:
>     Changes since v2:
>      - the guidance lives in doc-guide/contributing.rst, not
>        doc-guide/checkpatch.rst as v2 claimed (Weijie Yuan)
>      - drop the v1 narrative and the redundant "only the documentation text
>        changes" line
>     
>     Changes since v1:
>      - keep "initialised" rather than switching the file to "initialized",
>        so the British spelling is preserved (Randy Dunlap)
> 
>  Documentation/arch/arm64/booting.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/arch/arm64/booting.rst b/Documentation/arch/arm64/booting.rst
> index 13ef311dace8..891fd22f7229 100644
> --- a/Documentation/arch/arm64/booting.rst
> +++ b/Documentation/arch/arm64/booting.rst
> @@ -588,7 +588,7 @@ following manner:
>  
>  - CPUs with a "spin-table" enable-method must have a 'cpu-release-addr'
>    property in their cpu node.  This property identifies a
> -  naturally-aligned 64-bit zero-initalised memory location.
> +  naturally-aligned 64-bit zero-initialised memory location.
>  
>    These CPUs should spin outside of the kernel in a reserved area of
>    memory (communicated to the kernel by a /memreserve/ region in the

-- 
~Randy


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

end of thread, other threads:[~2026-09-07 17:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-07 11:41 [PATCH v3] docs: arm64: Fix typo "initalised" in booting.rst Hemanth Selam
2026-09-07 17:20 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox