2021-09-27 14:03:35

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH 13/17] ABI: sysfs-bus-usb: use a wildcard for interface name on What

Use <INTERFACE> instead of INTERFACE, in order for the get_abi.pl
script to be able to identify this as a wildcard.

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---

See [PATCH 00/17] at: https://lore.kernel.org/all/[email protected]/

Documentation/ABI/testing/sysfs-bus-usb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ABI/testing/sysfs-bus-usb b/Documentation/ABI/testing/sysfs-bus-usb
index 42103f0f54d6..7269077ce505 100644
--- a/Documentation/ABI/testing/sysfs-bus-usb
+++ b/Documentation/ABI/testing/sysfs-bus-usb
@@ -1,4 +1,4 @@
-What: /sys/bus/usb/devices/INTERFACE/authorized
+What: /sys/bus/usb/devices/<INTERFACE>/authorized
Date: August 2015
Description:
This allows to authorize (1) or deauthorize (0)
--
2.31.1