https://github.com/torvalds/linux
Revision 210e799ed275488bcae16f1acd3d259043ec6c68 authored by Dan Carpenter on 26 August 2020, 11:32:14 UTC, committed by Gustavo A. R. Silva on 27 August 2020, 19:33:01 UTC
The fall through annotation comes after a return statement so it's not
reachable.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
1 parent b19a8b3
Raw File
Tip revision: 210e799ed275488bcae16f1acd3d259043ec6c68 authored by Dan Carpenter on 26 August 2020, 11:32:14 UTC
afs: Remove erroneous fallthough annotation
Tip revision: 210e799
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