* [PATCH] ACPI: docs: Fix brackets
@ 2026-09-03 16:08 Manuel Ebner
0 siblings, 0 replies; only message in thread
From: Manuel Ebner @ 2026-09-03 16:08 UTC (permalink / raw)
To: Rafael J. Wysocki, Len Brown; +Cc: Manuel Ebner, linux-acpi, linux-kernel
Add missing ')' to functions.
Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
---
Documentation/firmware-guide/acpi/enumeration.rst | 2 +-
Documentation/firmware-guide/acpi/i2c-muxes.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/firmware-guide/acpi/enumeration.rst b/Documentation/firmware-guide/acpi/enumeration.rst
index 168c43012..da7cc8528 100644
--- a/Documentation/firmware-guide/acpi/enumeration.rst
+++ b/Documentation/firmware-guide/acpi/enumeration.rst
@@ -374,7 +374,7 @@ For example::
{
Method (_CRS, 0, NotSerialized)
{
- Name (SBUF, ResourceTemplate()
+ Name (SBUF, ResourceTemplate())
{
// Used to power on/off the device
GpioIo (Exclusive, PullNone, 0, 0, IoRestrictionOutputOnly,
diff --git a/Documentation/firmware-guide/acpi/i2c-muxes.rst b/Documentation/firmware-guide/acpi/i2c-muxes.rst
index 96ef4012d..d4ce90d00 100644
--- a/Documentation/firmware-guide/acpi/i2c-muxes.rst
+++ b/Documentation/firmware-guide/acpi/i2c-muxes.rst
@@ -35,7 +35,7 @@ which corresponds to the following ASL (in the scope of \_SB)::
Device (CLIA)
{
Name (_HID, ...)
- Name (_CRS, ResourceTemplate () {
+ Name (_CRS, ResourceTemplate ()) {
I2cSerialBus (0x50, ControllerInitiated, I2C_SPEED,
AddressingMode7Bit, "\\_SB.SMB1.MUX0.CH00",
0x00, ResourceConsumer,,)
--
2.54.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-03 16:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-03 16:08 [PATCH] ACPI: docs: Fix brackets Manuel Ebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox