[PATCH] ACPI: docs: Fix brackets

Manuel Ebner <[email protected]>
Newsgroups org.kernel.vger.linux-acpi,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
Add missing ')' to functions.

Signed-off-by: Manuel Ebner <[email protected]>
---
 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.