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

docs: arm: generic-counter: Allow creating cross-references for ABI

Now that Documentation/ABI is processed by automarkup, let it
generate cross-references for the corresponding ABI file.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/5faafb98c331e0c99433f36dd72badcc540a1baa.1739254867.git.mchehab+huawei@kernel.org

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
866ea82e 71dfab84

+2 -2
+2 -2
Documentation/driver-api/generic-counter.rst
··· 467 467 Translates counter data to the standard Counter sysfs interface format 468 468 and vice versa. 469 469 470 - Please refer to the ``Documentation/ABI/testing/sysfs-bus-counter`` file 470 + Please refer to the Documentation/ABI/testing/sysfs-bus-counter file 471 471 for a detailed breakdown of the available Generic Counter interface 472 472 sysfs attributes. 473 473 ··· 483 483 Several sysfs attributes are generated by the Generic Counter interface, 484 484 and reside under the ``/sys/bus/counter/devices/counterX`` directory, 485 485 where ``X`` is to the respective counter device id. Please see 486 - ``Documentation/ABI/testing/sysfs-bus-counter`` for detailed information 486 + Documentation/ABI/testing/sysfs-bus-counter for detailed information 487 487 on each Generic Counter interface sysfs attribute. 488 488 489 489 Through these sysfs attributes, programs and scripts may interact with