OSDN Git Service

docs: No structured comments in include/linux/interconnect.h
authorJonathan Corbet <corbet@lwn.net>
Fri, 24 May 2019 21:05:41 +0000 (15:05 -0600)
committerJonathan Corbet <corbet@lwn.net>
Fri, 24 May 2019 21:05:41 +0000 (15:05 -0600)
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>
Documentation/interconnect/interconnect.rst

index b8107dc..c3e0048 100644 (file)
@@ -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.