linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: ACPI: fix error script name
@ 2021-06-17  2:33 Hao Chen
  2021-06-17 19:22 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Hao Chen @ 2021-06-17  2:33 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc, linux-kernel, Hao Chen

The correct script name should be 'divergence.sh' instead of
'divergences.sh'.
I didn't find divergences.sh in the path of acpica/generate/linux/.

Signed-off-by: Hao Chen <chenhaoa@uniontech.com>
---
 Documentation/driver-api/acpi/linuxized-acpica.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/acpi/linuxized-acpica.rst b/Documentation/driver-api/acpi/linuxized-acpica.rst
index 6bee03383225..cc234353d2c4 100644
--- a/Documentation/driver-api/acpi/linuxized-acpica.rst
+++ b/Documentation/driver-api/acpi/linuxized-acpica.rst
@@ -276,4 +276,4 @@ before they become available from the ACPICA release process.
    # git clone https://github.com/acpica/acpica
    # git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
    # cd acpica
-   # generate/linux/divergences.sh -s ../linux
+   # generate/linux/divergence.sh -s ../linux
-- 
2.20.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: ACPI: fix error script name
  2021-06-17  2:33 [PATCH] Documentation: ACPI: fix error script name Hao Chen
@ 2021-06-17 19:22 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2021-06-17 19:22 UTC (permalink / raw)
  To: Hao Chen; +Cc: linux-doc, linux-kernel, Hao Chen

Hao Chen <chenhaoa@uniontech.com> writes:

> The correct script name should be 'divergence.sh' instead of
> 'divergences.sh'.
> I didn't find divergences.sh in the path of acpica/generate/linux/.
>
> Signed-off-by: Hao Chen <chenhaoa@uniontech.com>
> ---
>  Documentation/driver-api/acpi/linuxized-acpica.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/driver-api/acpi/linuxized-acpica.rst b/Documentation/driver-api/acpi/linuxized-acpica.rst
> index 6bee03383225..cc234353d2c4 100644
> --- a/Documentation/driver-api/acpi/linuxized-acpica.rst
> +++ b/Documentation/driver-api/acpi/linuxized-acpica.rst
> @@ -276,4 +276,4 @@ before they become available from the ACPICA release process.
>     # git clone https://github.com/acpica/acpica
>     # git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>     # cd acpica
> -   # generate/linux/divergences.sh -s ../linux
> +   # generate/linux/divergence.sh -s ../linux

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-17 19:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-17  2:33 [PATCH] Documentation: ACPI: fix error script name Hao Chen
2021-06-17 19:22 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).