aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/generic-radix-tree.h
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2019-05-31 22:30:55 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2019-06-01 15:51:32 -0700
commit590ba22ba0aa0680a41fb7e51ec5395a4e2c4a85 (patch)
tree264c7616ed7fd91d01cd61824963b6c71673f057 /include/linux/generic-radix-tree.h
parentkernel/signal.c: trace_signal_deliver when signal_group_exit (diff)
downloadwireguard-linux-590ba22ba0aa0680a41fb7e51ec5395a4e2c4a85.tar.xz
wireguard-linux-590ba22ba0aa0680a41fb7e51ec5395a4e2c4a85.zip
include/linux/generic-radix-tree.h: fix kerneldoc comment
The DOC comment block section in include/linux/generic-radix-tree.h contained a spurious colon, causing this warning in the documentation build: include/linux/generic-radix-tree.h:1: warning: no structured comments found Remove the colon and make the docs build happy. Link: http://lkml.kernel.org/r/20190524141933.74ae9050@lwn.net Signed-off-by: Jonathan Corbet <corbet@lwn.net> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Cc: Kent Overstreet <kent.overstreet@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/generic-radix-tree.h')
-rw-r--r--include/linux/generic-radix-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/generic-radix-tree.h b/include/linux/generic-radix-tree.h
index 3a91130a4fbd..02393c0c98f9 100644
--- a/include/linux/generic-radix-tree.h
+++ b/include/linux/generic-radix-tree.h
@@ -2,7 +2,7 @@
#define _LINUX_GENERIC_RADIX_TREE_H
/**
- * DOC: Generic radix trees/sparse arrays:
+ * DOC: Generic radix trees/sparse arrays
*
* Very simple and minimalistic, supporting arbitrary size entries up to
* PAGE_SIZE.