diff mbox series

Dcoumentation/arch/arm64: fix typo

Message ID 20231203011804.27694-1-tsunghan.tw@gmail.com (mailing list archive)
State New, archived
Headers show
Series Dcoumentation/arch/arm64: fix typo | expand

Commit Message

Tsung-Han Lin Dec. 3, 2023, 1:18 a.m. UTC
Should be 'if' here.

Signed-off-by: Tsung-Han Lin <tsunghan.tw@gmail.com>
---
 Documentation/arch/arm64/arm-acpi.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.34.1

Comments

Bagas Sanjaya Dec. 3, 2023, 2:49 a.m. UTC | #1
On Sun, Dec 03, 2023 at 09:18:04AM +0800, Tsung-Han Lin wrote:
> Should be 'if' here.
> 
> Signed-off-by: Tsung-Han Lin <tsunghan.tw@gmail.com>
> ---
>  Documentation/arch/arm64/arm-acpi.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/arch/arm64/arm-acpi.rst b/Documentation/arch/arm64/arm-acpi.rst
> index a46c34fa9604..e59e4505d0d9 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.

LGTM, thanks!

Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
Will Deacon Dec. 5, 2023, 3:16 p.m. UTC | #2
On Sun, 3 Dec 2023 09:18:04 +0800, Tsung-Han Lin wrote:
> Should be 'if' here.
> 
> 

I, err, fixed the typo in the subject when applying this...

Applied to arm64 (for-next/misc), thanks!

[1/1] Dcoumentation/arch/arm64: fix typo
      https://git.kernel.org/arm64/c/365b1900c93a

Cheers,
diff mbox series

Patch

diff --git a/Documentation/arch/arm64/arm-acpi.rst b/Documentation/arch/arm64/arm-acpi.rst
index a46c34fa9604..e59e4505d0d9 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.