From: Mauro Carvalho Chehab Date: Thu, 16 Sep 2021 08:59:44 +0000 (+0200) Subject: ABI: sysfs-class-gnss: use wildcards on What definitions X-Git-Tag: block-5.16-2021-11-13~55^2~99 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c84aaa4da1459295e17ee29d7dd2b5c8d1158f5c;p=linux-block.git ABI: sysfs-class-gnss: 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, , in order to let script/get_abi.pl to convert it into a Regex. Acked-by: Johan Hovold Signed-off-by: Mauro Carvalho Chehab Link: https://lore.kernel.org/r/80b7f60a6bac7bb1938d60dca509d75dff3c2c62.1631782432.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/ABI/testing/sysfs-class-gnss b/Documentation/ABI/testing/sysfs-class-gnss index c8553d972edd..9650f3a7fc03 100644 --- a/Documentation/ABI/testing/sysfs-class-gnss +++ b/Documentation/ABI/testing/sysfs-class-gnss @@ -1,4 +1,4 @@ -What: /sys/class/gnss/gnssN/type +What: /sys/class/gnss/gnss/type Date: May 2018 KernelVersion: 4.18 Contact: Johan Hovold