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

ABI: sysfs-class-devfreq-event: use the right wildcards on What

On most ABI files, the wildcards are used as <x>, instead of (x).

Replace it to make it using a more standard wildcard. That helps
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/3a0b6aa8f740c3dea78463f4256eafea6e973f92.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
6f0e4651 1e0349f6

+6 -6
+6 -6
Documentation/ABI/testing/sysfs-class-devfreq-event
··· 1 - What: /sys/class/devfreq-event/event(x)/ 1 + What: /sys/class/devfreq-event/event<x>/ 2 2 Date: January 2017 3 3 Contact: Chanwoo Choi <cw00.choi@samsung.com> 4 4 Description: 5 5 Provide a place in sysfs for the devfreq-event objects. 6 6 This allows accessing various devfreq-event specific variables. 7 - The name of devfreq-event object denoted as 'event(x)' which 7 + The name of devfreq-event object denoted as 'event<x>' which 8 8 includes the unique number of 'x' for each devfreq-event object. 9 9 10 - What: /sys/class/devfreq-event/event(x)/name 10 + What: /sys/class/devfreq-event/event<x>/name 11 11 Date: January 2017 12 12 Contact: Chanwoo Choi <cw00.choi@samsung.com> 13 13 Description: 14 - The /sys/class/devfreq-event/event(x)/name attribute contains 14 + The /sys/class/devfreq-event/event<x>/name attribute contains 15 15 the name of the devfreq-event object. This attribute is 16 16 read-only. 17 17 18 - What: /sys/class/devfreq-event/event(x)/enable_count 18 + What: /sys/class/devfreq-event/event<x>/enable_count 19 19 Date: January 2017 20 20 Contact: Chanwoo Choi <cw00.choi@samsung.com> 21 21 Description: 22 - The /sys/class/devfreq-event/event(x)/enable_count attribute 22 + The /sys/class/devfreq-event/event<x>/enable_count attribute 23 23 contains the reference count to enable the devfreq-event 24 24 object. If the device is enabled, the value of attribute is 25 25 greater than zero.