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

ABI: sysfs-class-extcon: use uppercase X for wildcards

Uppercase letters X, Y and Z are handled as wildcards by
scripts/get_abi.pl.

We can't do that with lowercase letters, as they're used
everywhere.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/2dfd3f80cea2d0501f6451f2e66000b00fda3346.1632994837.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
4aa5216c 365b5d63

+6 -6
+6 -6
Documentation/ABI/testing/sysfs-class-extcon
··· 65 65 interface associated with each cable cannot update 66 66 multiple cable states of an extcon device simultaneously. 67 67 68 - What: /sys/class/extcon/.../cable.x/name 68 + What: /sys/class/extcon/.../cable.X/name 69 69 Date: February 2012 70 70 Contact: MyungJoo Ham <myungjoo.ham@samsung.com> 71 71 Description: 72 - The /sys/class/extcon/.../cable.x/name shows the name of cable 73 - "x" (integer between 0 and 31) of an extcon device. 72 + The /sys/class/extcon/.../cable.X/name shows the name of cable 73 + "X" (integer between 0 and 31) of an extcon device. 74 74 75 - What: /sys/class/extcon/.../cable.x/state 75 + What: /sys/class/extcon/.../cable.X/state 76 76 Date: February 2012 77 77 Contact: MyungJoo Ham <myungjoo.ham@samsung.com> 78 78 Description: 79 - The /sys/class/extcon/.../cable.x/state shows and stores the 80 - state of cable "x" (integer between 0 and 31) of an extcon 79 + The /sys/class/extcon/.../cable.X/state shows and stores the 80 + state of cable "X" (integer between 0 and 31) of an extcon 81 81 device. The state value is either 0 (detached) or 1 82 82 (attached). 83 83