Home
last modified time | relevance | path

Searched hist:"08981 d29" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-rapidio08981d29 Thu Sep 16 03:59:33 CDT 2021 Mauro Carvalho Chehab <mchehab+huawei@kernel.org> ABI: sysfs-bus-rapidio: use wildcards on What definitions

While humans may be able to understand that something like:

/sys/bus/rapidio/devices/nn:d:iiii

could actually mean:

/sys/bus/rapidio/devices/00:e:0000

This is something that computers can't easily identify. As
get_abi.pl needs to convert it into a regex, change What: lines
to:

/sys/bus/rapidio/devices/<nn>:<d>:<iiii>

Which is the commonly-used pattern on ABI files for wildcards.

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