]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
docs: don't try to get comments from rcupdate_wait.h or rcutree.h
authorJonathan Corbet <corbet@lwn.net>
Wed, 9 Jan 2019 21:01:32 +0000 (14:01 -0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 15 Jan 2019 00:40:18 +0000 (17:40 -0700)
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>
Documentation/core-api/kernel-api.rst

index cdd24943fbcc3119e4105191786023ac1c47c969..71f5d2fe39b7ea9cc1130128c9ae9d511a453de4 100644 (file)
@@ -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