docs: No structured comments in target_core_device.c
authorJonathan Corbet <corbet@lwn.net>
Fri, 24 May 2019 21:01:30 +0000 (15:01 -0600)
committerJonathan Corbet <corbet@lwn.net>
Fri, 24 May 2019 21:01:30 +0000 (15:01 -0600)
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>
Documentation/driver-api/target.rst

index 4363611dd86d1dba4696c2574d2b83cdf8419321..620ec6173a9316388ae06050c71bf533eb01395f 100644 (file)
@@ -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
 ================================