From: Manuel Ebner <manuelebnerli@mailbox.org>
To: "Rafael J. Wysocki" <rafael@kernel.org>, Len Brown <lenb@kernel.org>
Cc: Manuel Ebner <manuelebnerli@mailbox.org>,
linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] ACPI: docs: Fix brackets
Date: Thu, 3 Sep 2026 18:08:45 +0200 [thread overview]
Message-ID: <20260903160846.734870-2-manuelebnerli@mailbox.org> (raw)
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
reply other threads:[~2026-09-03 16:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260903160846.734870-2-manuelebnerli@mailbox.org \
--to=manuelebnerli@mailbox.org \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rafael@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox