aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/linux/rbtree_augmented.h
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <willy@infradead.org>2020-04-01 10:33:43 -0700
committerJonathan Corbet <corbet@lwn.net>2020-04-21 10:29:19 -0600
commit14bbe3e33710be52f21d61253a94c5f44a696d02 (patch)
tree50a7a946ebb6285e75066e24f0ac7d1003d4ab32 /tools/include/linux/rbtree_augmented.h
parentdocs: pr_*() kerneldocs and basic printk docs (diff)
downloadlinux-dev-14bbe3e33710be52f21d61253a94c5f44a696d02.tar.xz
linux-dev-14bbe3e33710be52f21d61253a94c5f44a696d02.zip
docs: Add rbtree documentation to the core-api
This file is close enough to being in rst format that I didn't feel the need to alter it in any way. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Acked-by: Michel Lespinasse <walken@google.com> Link: https://lore.kernel.org/r/20200401173343.17472-1-willy@infradead.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'tools/include/linux/rbtree_augmented.h')
-rw-r--r--tools/include/linux/rbtree_augmented.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/include/linux/rbtree_augmented.h b/tools/include/linux/rbtree_augmented.h
index 381aa948610d..570bb9794421 100644
--- a/tools/include/linux/rbtree_augmented.h
+++ b/tools/include/linux/rbtree_augmented.h
@@ -23,7 +23,7 @@
* rb_insert_augmented() and rb_erase_augmented() are intended to be public.
* The rest are implementation details you are not expected to depend on.
*
- * See Documentation/rbtree.txt for documentation and samples.
+ * See Documentation/core-api/rbtree.rst for documentation and samples.
*/
struct rb_augment_callbacks {