summaryrefslogtreecommitdiff
path: root/Documentation/firmware-guide
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2025-07-22 18:12:57 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2025-07-22 18:12:57 +0300
commitea34e67ae7a6318dc775a8d98cf00c3e45bfb7d2 (patch)
tree4f0ddda0b70e360da600c3e9c544fbe3e4eb0247 /Documentation/firmware-guide
parenta78dfdb6e81efbe3ff92016f165abe7d5aa8d58f (diff)
parentf9db1fc56281b96fe8748632b3894de970a8a850 (diff)
downloadlinux-ea34e67ae7a6318dc775a8d98cf00c3e45bfb7d2.tar.xz
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
Diffstat (limited to 'Documentation/firmware-guide')
-rw-r--r--Documentation/firmware-guide/acpi/gpio-properties.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/firmware-guide/acpi/gpio-properties.rst b/Documentation/firmware-guide/acpi/gpio-properties.rst
index 5addf7aaa833..a0983b4213ea 100644
--- a/Documentation/firmware-guide/acpi/gpio-properties.rst
+++ b/Documentation/firmware-guide/acpi/gpio-properties.rst
@@ -92,8 +92,8 @@ and polarity settings. The table below shows the expectations:
| | Low | as low, assuming active |
+-------------+-------------+-----------------------------------------------+
-That said, for our above example the both GPIOs, since the bias setting
-is explicit and _DSD is present, will be treated as active with a high
+That said, for our above example, since the bias setting is explicit and
+_DSD is present, both GPIOs will be treated as active with a high
polarity and Linux will configure the pins in this state until a driver
reprograms them differently.