ABI: sysfs-platform-sst-atom: use wildcards on What definitions
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 16 Sep 2021 08:59:55 +0000 (10:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Sep 2021 16:31:17 +0000 (18:31 +0200)
%x is not a valid wildcard. Use <x> instead, as this allows
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/ca1f384f1e77210e2807f97abe77a36ac5fa284a.1631782432.git.mchehab+huawei@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/ABI/testing/sysfs-platform-sst-atom

index d5f6e21f0e4280fbaaeffeb4d5e8aa667894674d..0154b0fba7593d1dac6a973c0d09616140e6f019 100644 (file)
@@ -1,4 +1,4 @@
-What:          /sys/devices/platform/8086%x:00/firmware_version
+What:          /sys/devices/platform/8086<x>:00/firmware_version
 Date:          November 2016
 KernelVersion: 4.10
 Contact:       "Sebastien Guiriec" <sebastien.guiriec@intel.com>