diff options
author | Jonathan Corbet | 2019-05-24 14:43:42 -0600 |
---|---|---|
committer | Jonathan Corbet | 2019-05-24 14:43:42 -0600 |
commit | 41ce14e39bbe0683a2d49385ee8a8cb0b1d010eb (patch) | |
tree | 8a71b9b5f44c23ae9d925c6b215d05acaca4434d /Documentation/driver-api/iio | |
parent | e8d4f892bb245702ee23abfcd28eb98b5eca6c86 (diff) |
docs: Do not seek kerneldoc comments in hw-consumer.h
There are no kerneldoc comments here, so looking for them just yields a
warning in the docs build.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api/iio')
-rw-r--r-- | Documentation/driver-api/iio/hw-consumer.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/driver-api/iio/hw-consumer.rst b/Documentation/driver-api/iio/hw-consumer.rst index e0fe0b98230e..819fb9edc005 100644 --- a/Documentation/driver-api/iio/hw-consumer.rst +++ b/Documentation/driver-api/iio/hw-consumer.rst @@ -45,7 +45,6 @@ A typical IIO HW consumer setup looks like this:: More details ============ -.. kernel-doc:: include/linux/iio/hw-consumer.h .. kernel-doc:: drivers/iio/buffer/industrialio-hw-consumer.c :export: |