aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2019-01-09 14:01:32 -0700
committerJonathan Corbet <corbet@lwn.net>2019-01-14 17:40:18 -0700
commitb631c7f513548f4097687603ef6f959ccae18da9 (patch)
tree18904be05e96673e787c59204c31038d043b5325 /Documentation
parentdocs-rst: doc-guide: Minor grammar fixes (diff)
downloadlinux-dev-b631c7f513548f4097687603ef6f959ccae18da9.tar.xz
linux-dev-b631c7f513548f4097687603ef6f959ccae18da9.zip
docs: don't try to get comments from rcupdate_wait.h or rcutree.h
Neither file contains any kerneldoc comments, so including them generates these warnings in the docs build: ./include/linux/rcupdate_wait.h:1: warning: no structured comments found ./include/linux/rcutree.h:1: warning: no structured comments found Remove them and make life a little quieter. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/core-api/kernel-api.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst
index cdd24943fbcc..71f5d2fe39b7 100644
--- a/Documentation/core-api/kernel-api.rst
+++ b/Documentation/core-api/kernel-api.rst
@@ -356,10 +356,6 @@ Read-Copy Update (RCU)
.. kernel-doc:: include/linux/rcupdate.h
-.. kernel-doc:: include/linux/rcupdate_wait.h
-
-.. kernel-doc:: include/linux/rcutree.h
-
.. kernel-doc:: kernel/rcu/tree.c
.. kernel-doc:: kernel/rcu/tree_plugin.h