diff options
author | Hao Chen <chenhaoa@uniontech.com> | 2021-06-17 10:33:00 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-06-17 13:21:48 -0600 |
commit | ae1b2aaee7e215f985bf10aad8978f524d8dca60 (patch) | |
tree | df4be923f30a2be811e27294afffbed146bbb16b /Documentation/driver-api | |
parent | 05a463ec1bd4fd564312d6dbc0ea1e3a4701e4a4 (diff) |
Documentation: ACPI: fix error script name
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>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/acpi/linuxized-acpica.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |