projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dea20be
)
docs: No structured comments in include/linux/interconnect.h
author
Jonathan Corbet
<corbet@lwn.net>
Fri, 24 May 2019 21:05:41 +0000
(15:05 -0600)
committer
Jonathan 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
patch
|
blob
|
history
diff --git
a/Documentation/interconnect/interconnect.rst
b/Documentation/interconnect/interconnect.rst
index b8107dcc4cd351c6ac98d75fc71b599a2f09d025..c3e0048937965650e24bd686bcfd21a7760fedd3 100644
(file)
--- 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.