[PATCH] docs: ABI: sysfs-uevent: add missing bracket

From: Manuel Ebner

Date: Fri Jun 12 2026 - 10:54:22 EST


Add ']' to complete the command.

Signed-off-by: Manuel Ebner <manuelebner@xxxxxxxxxxx>
---
Documentation/ABI/testing/sysfs-uevent | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ABI/testing/sysfs-uevent b/Documentation/ABI/testing/sysfs-uevent
index 0b6227706b35..c15e18c47a0e 100644
--- a/Documentation/ABI/testing/sysfs-uevent
+++ b/Documentation/ABI/testing/sysfs-uevent
@@ -8,7 +8,7 @@ Description:

Recognized extended format is::

- ACTION [UUID [KEY=VALUE ...]
+ ACTION [UUID [KEY=VALUE ...]]

The ACTION is compulsory - it is the name of the uevent
action (``add``, ``change``, ``remove``). There is no change
--
2.54.0