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

Merge branch 'acpi-misc'

Merge an update fixing typos in ACPI documentation and comments for
6.17-rc1 (Bjorn Helgaas).

* acpi-misc:
ACPI: Fix typos

+6 -6
+3 -3
Documentation/ABI/testing/sysfs-firmware-acpi
··· 108 108 number of a "General Purpose Events" (GPE). 109 109 110 110 A GPE vectors to a specified handler in AML, which 111 - can do a anything the BIOS writer wants from 111 + can do anything the BIOS writer wants from 112 112 OS context. GPE 0x12, for example, would vector 113 113 to a level or edge handler called _L12 or _E12. 114 114 The handler may do its business and return. 115 - Or the handler may send send a Notify event 115 + Or the handler may send a Notify event 116 116 to a Linux device driver registered on an ACPI device, 117 117 such as a battery, or a processor. 118 118 119 - To figure out where all the SCI's are coming from, 119 + To figure out where all the SCIs are coming from, 120 120 /sys/firmware/acpi/interrupts contains a file listing 121 121 every possible source, and the count of how many 122 122 times it has triggered::
+2 -2
Documentation/firmware-guide/acpi/gpio-properties.rst
··· 92 92 | | Low | as low, assuming active | 93 93 +-------------+-------------+-----------------------------------------------+ 94 94 95 - That said, for our above example the both GPIOs, since the bias setting 96 - is explicit and _DSD is present, will be treated as active with a high 95 + That said, for our above example, since the bias setting is explicit and 96 + _DSD is present, both GPIOs will be treated as active with a high 97 97 polarity and Linux will configure the pins in this state until a driver 98 98 reprograms them differently. 99 99
+1 -1
drivers/acpi/bus.c
··· 1406 1406 goto error1; 1407 1407 1408 1408 /* 1409 - * Register the for all standard device notifications. 1409 + * Register for all standard device notifications. 1410 1410 */ 1411 1411 status = 1412 1412 acpi_install_notify_handler(ACPI_ROOT_OBJECT, ACPI_SYSTEM_NOTIFY,