]> git.baikalelectronics.ru Git - kernel.git/commit
include/linux/generic-radix-tree.h: fix kerneldoc comment
authorJonathan Corbet <corbet@lwn.net>
Sat, 1 Jun 2019 05:30:55 +0000 (22:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 1 Jun 2019 22:51:32 +0000 (15:51 -0700)
commita8934f0a02794723962e24ed0dd3f2542ebbfcbe
tree264c7616ed7fd91d01cd61824963b6c71673f057
parent391e787ba48a4114390ebbb3075a1c02ec0c9b8c
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>
include/linux/generic-radix-tree.h