Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

-4
-4
Documentation/core-api/kernel-api.rst
··· 356 356 357 357 .. kernel-doc:: include/linux/rcupdate.h 358 358 359 - .. kernel-doc:: include/linux/rcupdate_wait.h 360 - 361 - .. kernel-doc:: include/linux/rcutree.h 362 - 363 359 .. kernel-doc:: kernel/rcu/tree.c 364 360 365 361 .. kernel-doc:: kernel/rcu/tree_plugin.h