diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2021-09-16 10:59:39 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-09-21 18:31:16 +0200 |
| commit | 2e6a0323944095df2f3a8bd2bba5151b88e95d4b (patch) | |
| tree | 77acf697925a55e2271824f108189433f0bd5549 | |
| parent | 4e25928cf8549cda2d8c030dc35cfe0d6e521987 (diff) | |
ABI: sysfs-ata: use a proper wildcard for ata_*
In order to let script/get_abi.pl to convert it into a Regex,
replace the three "..." at the end, meaning a wildcard to
a real filesystem wildcard.
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Link: https://lore.kernel.org/r/72f783bc0287411f11d6640368926f8a357c002d.1631782432.git.mchehab+huawei@kernel.org
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | Documentation/ABI/testing/sysfs-ata | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-ata b/Documentation/ABI/testing/sysfs-ata index 9ab0ef1dd1c7..2f726c914752 100644 --- a/Documentation/ABI/testing/sysfs-ata +++ b/Documentation/ABI/testing/sysfs-ata @@ -1,4 +1,4 @@ -What: /sys/class/ata_... +What: /sys/class/ata_* Description: Provide a place in sysfs for storing the ATA topology of the system. This allows retrieving various information about ATA |