Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+2 -2
+2 -2
Documentation/driver-api/target.rst
··· 10 10 Target core device interfaces 11 11 ============================= 12 12 13 - .. kernel-doc:: drivers/target/target_core_device.c 14 - :export: 13 + This section is blank because no kerneldoc comments have been added to 14 + drivers/target/target_core_device.c. 15 15 16 16 Target core transport interfaces 17 17 ================================