https://github.com/torvalds/linux
Revision 4bc2082311311892742deb2ce04bc335f85ee27a authored by Bart Van Assche on 13 May 2021, 17:17:08 UTC, committed by Jens Axboe on 14 May 2021, 15:00:06 UTC
Fix the following kernel-doc warning:

block/partitions/efi.c:685: warning: wrong kernel-doc identifier on line:
 * efi_partition(struct parsed_partitions *state)

Cc: Alexander Viro <viro@math.psu.edu>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20210513171708.8391-1-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 630ef62
Raw File
Tip revision: 4bc2082311311892742deb2ce04bc335f85ee27a authored by Bart Van Assche on 13 May 2021, 17:17:08 UTC
block/partitions/efi.c: Fix the efi_partition() kernel-doc header
Tip revision: 4bc2082
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