Commit 590ba22b authored by Jonathan Corbet's avatar Jonathan Corbet Committed by Linus Torvalds
Browse files

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: default avatarJonathan Corbet <corbet@lwn.net>
Reviewed-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Cc: Kent Overstreet <kent.overstreet@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 98af37d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@
#define _LINUX_GENERIC_RADIX_TREE_H
#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
 * Very simple and minimalistic, supporting arbitrary size entries up to
 * PAGE_SIZE.
 * PAGE_SIZE.