[PATCH 09/35] Documentation: firmware-guide/acpi: correct spelling

Randy Dunlap posted 35 patches 2 years, 7 months ago
There is a newer version of this series
[PATCH 09/35] Documentation: firmware-guide/acpi: correct spelling
Posted by Randy Dunlap 2 years, 7 months ago
Correct spelling problems for Documentation/firmware-guide/ as reported
by codespell.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: linux-acpi@vger.kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
---
 Documentation/firmware-guide/acpi/acpi-lid.rst  |    2 +-
 Documentation/firmware-guide/acpi/namespace.rst |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff -- a/Documentation/firmware-guide/acpi/acpi-lid.rst b/Documentation/firmware-guide/acpi/acpi-lid.rst
--- a/Documentation/firmware-guide/acpi/acpi-lid.rst
+++ b/Documentation/firmware-guide/acpi/acpi-lid.rst
@@ -34,7 +34,7 @@ state upon the last _LID evaluation. The
 _LID control method is evaluated during the runtime, the problem is its
 initial returning value. When the AML tables implement this control method
 with cached value, the initial returning value is likely not reliable.
-There are platforms always retun "closed" as initial lid state.
+There are platforms always return "closed" as initial lid state.
 
 Restrictions of the lid state change notifications
 ==================================================
diff -- a/Documentation/firmware-guide/acpi/namespace.rst b/Documentation/firmware-guide/acpi/namespace.rst
--- a/Documentation/firmware-guide/acpi/namespace.rst
+++ b/Documentation/firmware-guide/acpi/namespace.rst
@@ -31,7 +31,7 @@ Description Table).  The XSDT always poi
 Description Table) using its first entry, the data within the FADT
 includes various fixed-length entries that describe fixed ACPI features
 of the hardware.  The FADT contains a pointer to the DSDT
-(Differentiated System Descripition Table).  The XSDT also contains
+(Differentiated System Description Table).  The XSDT also contains
 entries pointing to possibly multiple SSDTs (Secondary System
 Description Table).
Re: [PATCH 09/35] Documentation: firmware-guide/acpi: correct spelling
Posted by Rafael J. Wysocki 2 years, 7 months ago
On Fri, Jan 27, 2023 at 7:40 AM Randy Dunlap <rdunlap@infradead.org> wrote:
>
> Correct spelling problems for Documentation/firmware-guide/ as reported
> by codespell.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: "Rafael J. Wysocki" <rafael@kernel.org>
> Cc: linux-acpi@vger.kernel.org
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> ---
>  Documentation/firmware-guide/acpi/acpi-lid.rst  |    2 +-
>  Documentation/firmware-guide/acpi/namespace.rst |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff -- a/Documentation/firmware-guide/acpi/acpi-lid.rst b/Documentation/firmware-guide/acpi/acpi-lid.rst
> --- a/Documentation/firmware-guide/acpi/acpi-lid.rst
> +++ b/Documentation/firmware-guide/acpi/acpi-lid.rst
> @@ -34,7 +34,7 @@ state upon the last _LID evaluation. The
>  _LID control method is evaluated during the runtime, the problem is its
>  initial returning value. When the AML tables implement this control method
>  with cached value, the initial returning value is likely not reliable.
> -There are platforms always retun "closed" as initial lid state.
> +There are platforms always return "closed" as initial lid state.
>
>  Restrictions of the lid state change notifications
>  ==================================================
> diff -- a/Documentation/firmware-guide/acpi/namespace.rst b/Documentation/firmware-guide/acpi/namespace.rst
> --- a/Documentation/firmware-guide/acpi/namespace.rst
> +++ b/Documentation/firmware-guide/acpi/namespace.rst
> @@ -31,7 +31,7 @@ Description Table).  The XSDT always poi
>  Description Table) using its first entry, the data within the FADT
>  includes various fixed-length entries that describe fixed ACPI features
>  of the hardware.  The FADT contains a pointer to the DSDT
> -(Differentiated System Descripition Table).  The XSDT also contains
> +(Differentiated System Description Table).  The XSDT also contains
>  entries pointing to possibly multiple SSDTs (Secondary System
>  Description Table).

Applied as 6.3 material, thanks!