Go to file
Gustavo A. R. Silva f48d7dccb3 rt2x00: Fix fall-through warnings for Clang
In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning
by explicitly adding a break statement instead of letting the code fall
through to the next case.

Link: https://github.com/KSPP/linux/issues/115
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/b0d4c50b803bc38ed370521b9b0a44365cae9386.1605896060.git.gustavoars@kernel.org
2020-12-08 10:06:56 +02:00
Documentation This cleanup patchset includes the following patches: 2020-12-05 15:08:06 -08:00
LICENSES
arch
block
certs
crypto
drivers rt2x00: Fix fall-through warnings for Clang 2020-12-08 10:06:56 +02:00
fs
include This cleanup patchset includes the following patches: 2020-12-05 15:08:06 -08:00
init
ipc
kernel
lib
mm
net This cleanup patchset includes the following patches: 2020-12-05 15:08:06 -08:00
samples
scripts
security
sound
tools selftests: mlxsw: Test RIF's reference count when joining a LAG 2020-12-06 19:22:14 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS This cleanup patchset includes the following patches: 2020-12-05 15:08:06 -08:00
Makefile
README

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.