diff options
author | Jonathan Corbet <corbet@lwn.net> | 2019-05-24 22:43:42 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-05-24 22:43:42 +0200 |
commit | 41ce14e39bbe0683a2d49385ee8a8cb0b1d010eb (patch) | |
tree | 8a71b9b5f44c23ae9d925c6b215d05acaca4434d | |
parent | docs: Fix a misdirected kerneldoc directive (diff) | |
download | linux-41ce14e39bbe0683a2d49385ee8a8cb0b1d010eb.tar.xz linux-41ce14e39bbe0683a2d49385ee8a8cb0b1d010eb.zip |
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>
-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: |