Skip to content

Commit ae1b2aa

Browse files
Hao ChenJonathan Corbet
authored andcommitted
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>
1 parent 05a463e commit ae1b2aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/driver-api/acpi/linuxized-acpica.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,4 @@ before they become available from the ACPICA release process.
276276
# git clone https://github.com/acpica/acpica
277277
# git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
278278
# cd acpica
279-
# generate/linux/divergences.sh -s ../linux
279+
# generate/linux/divergence.sh -s ../linux

0 commit comments

Comments
 (0)