1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-22 16:06:04 -05:00
No description
Find a file
gushengxian 98534fce52 bridge: cfm: remove redundant return
Return statements are not needed in Void function.

Signed-off-by: gushengxian <gushengxian@yulong.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-06-22 10:35:15 -07:00
arch
block
certs
crypto
Documentation Documentation: ACPI: DSD: describe additional MAC configuration 2021-06-22 09:54:54 -07:00
drivers hv_netvsc: Avoid field-overflowing memcpy() 2021-06-22 10:20:51 -07:00
fs
include wwan: core: add WWAN common private data for netdev 2021-06-22 10:01:17 -07:00
init
ipc
kernel
lib
LICENSES
mm
net bridge: cfm: remove redundant return 2021-06-22 10:35:15 -07:00
samples
scripts
security
sound
tools selftests: mptcp: display proper reason to abort tests 2021-06-22 09:57:45 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.