ABI: sysfs-class-mux: use wildcards on What definitions
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 16 Sep 2021 08:59:46 +0000 (10:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Sep 2021 16:31:16 +0000 (18:31 +0200)
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>
Documentation/ABI/testing/sysfs-class-mux

index 8715f9c7bd4f2a1138d7f801926ebcc43065c86e..c58b7b6e1aa6e7b65a332ae16c6dad27b0246aa6 100644 (file)
@@ -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>