summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2019-05-24 15:05:41 -0600
committerJonathan Corbet <corbet@lwn.net>2019-05-24 15:05:41 -0600
commit3f715b147a6c5245ee25d7334f4053c339feef98 (patch)
tree7fa9d3ec9c0a904443a1f71f635cf9145dbeec39
parentdea20be5063c97bdac48e81ee2a85975f14885ed (diff)
downloadlinux-3f715b147a6c5245ee25d7334f4053c339feef98.tar.bz2
docs: No structured comments in include/linux/interconnect.h
Remove the kernel-doc directive for this file, since there's nothing there and it generates a warning. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/interconnect/interconnect.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/interconnect/interconnect.rst b/Documentation/interconnect/interconnect.rst
index b8107dcc4cd3..c3e004893796 100644
--- a/Documentation/interconnect/interconnect.rst
+++ b/Documentation/interconnect/interconnect.rst
@@ -89,6 +89,5 @@ Interconnect consumers
Interconnect consumers are the clients which use the interconnect APIs to
get paths between endpoints and set their bandwidth/latency/QoS requirements
-for these interconnect paths.
-
-.. kernel-doc:: include/linux/interconnect.h
+for these interconnect paths. These interfaces are not currently
+documented.