diff options
author | Jonathan Corbet | 2019-05-24 15:05:41 -0600 |
---|---|---|
committer | Jonathan Corbet | 2019-05-24 15:05:41 -0600 |
commit | 3f715b147a6c5245ee25d7334f4053c339feef98 (patch) | |
tree | 7fa9d3ec9c0a904443a1f71f635cf9145dbeec39 /Documentation/interconnect | |
parent | dea20be5063c97bdac48e81ee2a85975f14885ed (diff) |
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>
Diffstat (limited to 'Documentation/interconnect')
-rw-r--r-- | Documentation/interconnect/interconnect.rst | 5 |
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. |