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

Correct the misspelling "initalised" in the arm64 booting document.

v1 changed it to "initialized", which quietly moved the file from
British to American spelling.  Randy Dunlap pointed out that
doc-guide/checkpatch.rst asks that both spellings be left alone, so
this uses "initialised" and only fixes the missing "i".

checkpatch.pl suggested "initialized" because scripts/spelling.txt maps
these two entries to the American form; that is addressed separately.

Only the documentation text changes.

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


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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-07  9:12 [PATCH v2] docs: arm64: Fix typo "initalised" in booting.rst Hemanth Selam
2026-09-07 10:27 ` Weijie Yuan

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