aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/arch
diff options
context:
space:
mode:
authorTsung-Han Lin <tsunghan.tw@gmail.com>2023-12-03 09:18:04 +0800
committerWill Deacon <will@kernel.org>2023-12-05 14:28:10 +0000
commit365b1900c93a6a4860fce8c429e2d8b6e154a107 (patch)
tree85a170d3f167ce6fe2bce832bb3d63e082504a00 /Documentation/arch
parent2cc14f52aeb78ce3f29677c2de1f06c0e91471ab (diff)
downloadlinux-365b1900c93a6a4860fce8c429e2d8b6e154a107.tar.gz
Documentation/arch/arm64: Fix typo
Should be 'if' here. Signed-off-by: Tsung-Han Lin <tsunghan.tw@gmail.com> Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com> Link: https://lore.kernel.org/r/20231203011804.27694-1-tsunghan.tw@gmail.com Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'Documentation/arch')
-rw-r--r--Documentation/arch/arm64/arm-acpi.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arch/arm64/arm-acpi.rst b/Documentation/arch/arm64/arm-acpi.rst
index a46c34fa96044c..e59e4505d0d999 100644
--- a/Documentation/arch/arm64/arm-acpi.rst
+++ b/Documentation/arch/arm64/arm-acpi.rst
@@ -130,7 +130,7 @@ When an Arm system boots, it can either have DT information, ACPI tables,
or in some very unusual cases, both. If no command line parameters are used,
the kernel will try to use DT for device enumeration; if there is no DT
present, the kernel will try to use ACPI tables, but only if they are present.
-In neither is available, the kernel will not boot. If acpi=force is used
+If neither is available, the kernel will not boot. If acpi=force is used
on the command line, the kernel will attempt to use ACPI tables first, but
fall back to DT if there are no ACPI tables present. The basic idea is that
the kernel will not fail to boot unless it absolutely has no other choice.