Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Hao Chen and committed by
Jonathan Corbet
ae1b2aae 05a463ec

+1 -1
+1 -1
Documentation/driver-api/acpi/linuxized-acpica.rst
··· 276 276 # git clone https://github.com/acpica/acpica 277 277 # git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 278 278 # cd acpica 279 - # generate/linux/divergences.sh -s ../linux 279 + # generate/linux/divergence.sh -s ../linux