1
0
Fork 0

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>
alistair/sunxi64-5.4-dsi
Jonathan Corbet 2019-05-24 15:01:30 -06:00
parent 41ce14e39b
commit 3aef447266
1 changed files with 2 additions and 2 deletions

View 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
================================