summaryrefslogtreecommitdiff
path: root/Documentation/ABI/testing/sysfs-class-mux
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-09-16 11:59:46 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-09-21 19:31:16 +0300
commit03f5721ac2e6c75bf34f5a9e496c29ecee30fad7 (patch)
treea41415b9c7b565399b53c0b65ebd3e5dc218c533 /Documentation/ABI/testing/sysfs-class-mux
parent0d502366d621fd9e087934c55112446c1f32bc6c (diff)
downloadlinux-03f5721ac2e6c75bf34f5a9e496c29ecee30fad7.tar.xz
ABI: sysfs-class-mux: use wildcards on What definitions
An "N" upper letter is not a wildcard, nor can easily be identified by script, specially since the USB sysfs define things like. bNumInterfaces. Use, instead, <N>, in order to let script/get_abi.pl to convert it into a Regex. Acked-by: Peter Rosin <peda@axentia.se> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/7e8ff8601d5b44b76c5c7f77b6dcf3b1d45bc5be.1631782432.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/ABI/testing/sysfs-class-mux')
-rw-r--r--Documentation/ABI/testing/sysfs-class-mux2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-mux b/Documentation/ABI/testing/sysfs-class-mux
index 8715f9c7bd4f..c58b7b6e1aa6 100644
--- a/Documentation/ABI/testing/sysfs-class-mux
+++ b/Documentation/ABI/testing/sysfs-class-mux
@@ -7,7 +7,7 @@ Description:
Framework and provides a sysfs interface for using MUX
controllers.
-What: /sys/class/mux/muxchipN/
+What: /sys/class/mux/muxchip<N>/
Date: April 2017
KernelVersion: 4.13
Contact: Peter Rosin <peda@axentia.se>