From: Jonathan Corbet Date: Fri, 24 May 2019 21:05:41 +0000 (-0600) Subject: docs: No structured comments in include/linux/interconnect.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3f715b147a6c5245ee25d7334f4053c339feef98;p=linux.git 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 --- diff --git a/Documentation/interconnect/interconnect.rst b/Documentation/interconnect/interconnect.rst index b8107dcc4cd35..c3e0048937965 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.