summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
diff options
context:
space:
mode:
authorJonathan Corbet2019-05-24 23:01:30 +0200
committerJonathan Corbet2019-05-24 23:01:30 +0200
commit3aef4472665695be7cbdd2cc274814f56d36e4ef (patch)
tree3cf76c71838231ad20d8f9db20d91a1a76a78015 /Documentation/driver-api
parentdocs: Do not seek kerneldoc comments in hw-consumer.h (diff)
downloadkernel-qcow2-linux-3aef4472665695be7cbdd2cc274814f56d36e4ef.tar.gz
kernel-qcow2-linux-3aef4472665695be7cbdd2cc274814f56d36e4ef.tar.xz
kernel-qcow2-linux-3aef4472665695be7cbdd2cc274814f56d36e4ef.zip
docs: No structured comments in target_core_device.c
Documentation/driver-api/target.rst is seeking kerneldoc comments in drivers/target/target_core_device.c, but no such comments exist. Take out the kernel-doc directive and eliminate one warning from the build. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r--Documentation/driver-api/target.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/driver-api/target.rst b/Documentation/driver-api/target.rst
index 4363611dd86d..620ec6173a93 100644
--- a/Documentation/driver-api/target.rst
+++ b/Documentation/driver-api/target.rst
@@ -10,8 +10,8 @@ TBD
Target core device interfaces
=============================
-.. kernel-doc:: drivers/target/target_core_device.c
- :export:
+This section is blank because no kerneldoc comments have been added to
+drivers/target/target_core_device.c.
Target core transport interfaces
================================