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

Configure Feed

Select the types of activity you want to include in your feed.

docs: iio: Allow creating cross-references 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>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/10e7d46360b5e5782d5c09e2706ba47c2315df4f.1739254867.git.mchehab+huawei@kernel.org

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
737575db 866ea82e

+2 -2
+1 -1
Documentation/driver-api/iio/core.rst
··· 60 60 * :file:`sampling_frequency_available`, available discrete set of sampling 61 61 frequency values for device. 62 62 * Available standard attributes for IIO devices are described in the 63 - :file:`Documentation/ABI/testing/sysfs-bus-iio` file in the Linux kernel 63 + :file:Documentation/ABI/testing/sysfs-bus-iio file in the Linux kernel 64 64 sources. 65 65 66 66 IIO device channels
+1 -1
Documentation/iio/iio_devbuf.rst
··· 148 148 in a processed form. Please note that these corner cases are not addressed by 149 149 this documentation. 150 150 151 - Please see ``Documentation/ABI/testing/sysfs-bus-iio`` for a complete 151 + Please see Documentation/ABI/testing/sysfs-bus-iio for a complete 152 152 description of the attributes.