From: Jonathan Corbet Date: Fri, 24 May 2019 21:01:30 +0000 (-0600) Subject: docs: No structured comments in target_core_device.c X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3aef4472665695be7cbdd2cc274814f56d36e4ef;p=openwrt%2Fstaging%2Fblogic.git 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 --- 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 ================================