Skip to content

Commit 365b190

Browse files
tsunghanlinwilldeacon
authored andcommitted
Documentation/arch/arm64: Fix typo
Should be 'if' here. Signed-off-by: Tsung-Han Lin <[email protected]> Reviewed-by: Bagas Sanjaya <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 2cc14f5 commit 365b190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/arch/arm64/arm-acpi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ When an Arm system boots, it can either have DT information, ACPI tables,
130130
or in some very unusual cases, both. If no command line parameters are used,
131131
the kernel will try to use DT for device enumeration; if there is no DT
132132
present, the kernel will try to use ACPI tables, but only if they are present.
133-
In neither is available, the kernel will not boot. If acpi=force is used
133+
If neither is available, the kernel will not boot. If acpi=force is used
134134
on the command line, the kernel will attempt to use ACPI tables first, but
135135
fall back to DT if there are no ACPI tables present. The basic idea is that
136136
the kernel will not fail to boot unless it absolutely has no other choice.

0 commit comments

Comments
 (0)