Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ABI: sysfs-class-rapidio: 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.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/aa073b85ab04b5b201d40f747ccdb6806f38eb66.1631782432.git.mchehab+huawei@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Mauro Carvalho Chehab and committed by
Greg Kroah-Hartman
eb74c39a 64b609fd

+2 -2
+2 -2
Documentation/ABI/testing/sysfs-class-rapidio
··· 10 10 NOTE: An mport ID is not a RapidIO destination ID assigned to a 11 11 given local mport device. 12 12 13 - What: /sys/class/rapidio_port/rapidioN/sys_size 13 + What: /sys/class/rapidio_port/rapidio<N>/sys_size 14 14 Date: Apr, 2014 15 15 KernelVersion: v3.15 16 16 Contact: Matt Porter <mporter@kernel.crashing.org>, ··· 22 22 23 23 1 = large (16-bit destination ID, max. 65536 devices). 24 24 25 - What: /sys/class/rapidio_port/rapidioN/port_destid 25 + What: /sys/class/rapidio_port/rapidio<N>/port_destid 26 26 Date: Apr, 2014 27 27 KernelVersion: v3.15 28 28 Contact: Matt Porter <mporter@kernel.crashing.org>,