diff options
author | Jonathan Corbet <corbet@lwn.net> | 2019-05-25 00:01:30 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-05-25 00:01:30 +0300 |
commit | 3aef4472665695be7cbdd2cc274814f56d36e4ef (patch) | |
tree | 3cf76c71838231ad20d8f9db20d91a1a76a78015 /Documentation/driver-api/target.rst | |
parent | 41ce14e39bbe0683a2d49385ee8a8cb0b1d010eb (diff) | |
download | linux-3aef4472665695be7cbdd2cc274814f56d36e4ef.tar.xz |
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.rst | 4 |
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 ================================ |