summaryrefslogtreecommitdiff
path: root/Documentation/driver-api/target.rst
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2019-05-24 15:01:30 -0600
committerJonathan Corbet <corbet@lwn.net>2019-05-24 15:01:30 -0600
commit3aef4472665695be7cbdd2cc274814f56d36e4ef (patch)
tree3cf76c71838231ad20d8f9db20d91a1a76a78015 /Documentation/driver-api/target.rst
parent41ce14e39bbe0683a2d49385ee8a8cb0b1d010eb (diff)
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/target.rst')
-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
================================