https://github.com/torvalds/linux
Revision 590ba22ba0aa0680a41fb7e51ec5395a4e2c4a85 authored by Jonathan Corbet on 01 June 2019, 05:30:55 UTC, committed by Linus Torvalds on 01 June 2019, 22:51:32 UTC
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>
1 parent 98af37d
Raw File
Tip revision: 590ba22ba0aa0680a41fb7e51ec5395a4e2c4a85 authored by Jonathan Corbet on 01 June 2019, 05:30:55 UTC
include/linux/generic-radix-tree.h: fix kerneldoc comment
Tip revision: 590ba22
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
back to top