[PATCH -next v2] Docs: add percpu-counter-tree to core-api index

Randy Dunlap posted 1 patch 3 weeks, 3 days ago
Documentation/core-api/index.rst |    1 +
1 file changed, 1 insertion(+)
[PATCH -next v2] Docs: add percpu-counter-tree to core-api index
Posted by Randy Dunlap 3 weeks, 3 days ago
Add percpu-counter-tree to the core-api index to prevent a docs warning:

Documentation/core-api/percpu-counter-tree.rst: WARNING: document isn't included in any toctree [toc.not_included]

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
v2: fix Cc:list

Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Shuah Khan <skhan@linuxfoundation.org>
Cc: linux-doc@vger.kernel.org

 Documentation/core-api/index.rst |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20260313.orig/Documentation/core-api/index.rst
+++ linux-next-20260313/Documentation/core-api/index.rst
@@ -57,6 +57,7 @@ Library functionality that is used throu
    min_heap
    parser
    list
+   percpu-counter-tree
 
 Low level entry and exit
 ========================