Documentation: ACPI: fix error script name
authorHao Chen <chenhaoa@uniontech.com>
Thu, 17 Jun 2021 02:33:00 +0000 (10:33 +0800)
committerJonathan Corbet <corbet@lwn.net>
Thu, 17 Jun 2021 19:21:48 +0000 (13:21 -0600)
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>
Link: https://lore.kernel.org/r/20210617023300.30114-1-chenhaoa@uniontech.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/driver-api/acpi/linuxized-acpica.rst

index 6bee0338322554e7835e144b11b4962ce0539f12..cc234353d2c40b6cc783df3f201095df6f5ee7ce 100644 (file)
@@ -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