No description
Find a file
Wang Hai 72a0f6d052 net/tls: Fix a typo in tls_device.c
s/beggining/beginning/

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-03-24 17:52:11 -07:00
arch
block
certs
crypto
Documentation docs: nf_flowtable: update documentation with enhancements 2021-03-24 12:48:40 -07:00
drivers Simplify the code by using module_platform_driver macro 2021-03-24 17:50:36 -07:00
fs
include tcp_metrics: tcpm_hash_bucket is strictly local 2021-03-24 16:45:40 -07:00
init
ipc
kernel
lib rhashtable: avoid -Wrestrict warning on overlapping sprintf output 2021-03-24 15:16:09 -07:00
LICENSES
mm
net net/tls: Fix a typo in tls_device.c 2021-03-24 17:52:11 -07:00
samples
scripts
security
sound
tools selftests: mlxsw: Add resilient nexthop groups configuration tests 2021-03-24 16:34:58 -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.