diff options
| author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2025-02-11 07:23:00 +0100 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2025-02-18 13:42:46 -0700 |
| commit | 737575dbab64c55ecd611df73c891c0a2b6fff17 (patch) | |
| tree | 23a0aaa4eb0e5ccfbbd8f539714c44abc7b3e485 /Documentation/driver-api/iio | |
| parent | 866ea82e5394b487ec2d3474c47af37da9d6dada (diff) | |
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
Diffstat (limited to 'Documentation/driver-api/iio')
| -rw-r--r-- | Documentation/driver-api/iio/core.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/iio/core.rst b/Documentation/driver-api/iio/core.rst index dfe438dc91a7..42b580fb2989 100644 --- a/Documentation/driver-api/iio/core.rst +++ b/Documentation/driver-api/iio/core.rst @@ -60,7 +60,7 @@ directory. Common attributes are: * :file:`sampling_frequency_available`, available discrete set of sampling frequency values for device. * Available standard attributes for IIO devices are described in the - :file:`Documentation/ABI/testing/sysfs-bus-iio` file in the Linux kernel + :file:Documentation/ABI/testing/sysfs-bus-iio file in the Linux kernel sources. IIO device channels |