Skip to content

Commit a70f00e

Browse files
rddunlapctmarinas
authored andcommitted
Documentation: arm64: correct spelling
Correct spelling problems for Documentation/arm64/ as reported by codespell. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Will Deacon <will@kernel.org> Cc: linux-arm-kernel@lists.infradead.org Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com> Link: https://lore.kernel.org/r/20230127064005.1558-3-rdunlap@infradead.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent a873bb4 commit a70f00e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Documentation/arm64/booting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Before jumping into the kernel, the following conditions must be met:
223223
For systems with a GICv3 interrupt controller to be used in v3 mode:
224224
- If EL3 is present:
225225

226-
- ICC_SRE_EL3.Enable (bit 3) must be initialiased to 0b1.
226+
- ICC_SRE_EL3.Enable (bit 3) must be initialised to 0b1.
227227
- ICC_SRE_EL3.SRE (bit 0) must be initialised to 0b1.
228228
- ICC_CTLR_EL3.PMHE (bit 6) must be set to the same value across
229229
all CPUs the kernel is executing on, and must stay constant

Documentation/arm64/elf_hwcaps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Some hardware or software features are only available on some CPU
1414
implementations, and/or with certain kernel configurations, but have no
1515
architected discovery mechanism available to userspace code at EL0. The
1616
kernel exposes the presence of these features to userspace through a set
17-
of flags called hwcaps, exposed in the auxilliary vector.
17+
of flags called hwcaps, exposed in the auxiliary vector.
1818

1919
Userspace software can test for features by acquiring the AT_HWCAP or
2020
AT_HWCAP2 entry of the auxiliary vector, and testing whether the relevant

Documentation/arm64/sve.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ the SVE instruction set architecture.
175175
When returning from a signal handler:
176176

177177
* If there is no sve_context record in the signal frame, or if the record is
178-
present but contains no register data as desribed in the previous section,
178+
present but contains no register data as described in the previous section,
179179
then the SVE registers/bits become non-live and take unspecified values.
180180

181181
* If sve_context is present in the signal frame and contains full register
@@ -223,7 +223,7 @@ prctl(PR_SVE_SET_VL, unsigned long arg)
223223
Defer the requested vector length change until the next execve()
224224
performed by this thread.
225225

226-
The effect is equivalent to implicit exceution of the following
226+
The effect is equivalent to implicit execution of the following
227227
call immediately after the next execve() (if any) by the thread:
228228

229229
prctl(PR_SVE_SET_VL, arg & ~PR_SVE_SET_VL_ONEXEC)

0 commit comments

Comments
 (0)