The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Xiaofei Tan d72383591d tty: tty_ldisc: Add a blank line after declarations
Add a blank line after declarations, reported by checkpatch.pl.

Signed-off-by: Xiaofei Tan <tanxiaofei@huawei.com>
Link: https://lore.kernel.org/r/1617779210-51576-8-git-send-email-tanxiaofei@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-04-10 10:33:00 +02:00
Documentation dt-bindings: serial: Add rx-tx-swap to stm32-usart 2021-04-05 12:06:52 +02:00
LICENSES
arch Merge 5.12-rc6 into tty-next 2021-04-05 08:59:21 +02:00
block
certs
crypto
drivers tty: tty_ldisc: Add a blank line after declarations 2021-04-10 10:33:00 +02:00
fs
include Merge 5.12-rc6 into tty-next 2021-04-05 08:59:21 +02:00
init
ipc
kernel
lib
mm
net Merge 5.12-rc6 into tty-next 2021-04-05 08:59:21 +02:00
samples
scripts
security
sound Merge 5.12-rc6 into tty-next 2021-04-05 08:59:21 +02:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge 5.12-rc6 into tty-next 2021-04-05 08:59:21 +02:00
Makefile Linux 5.12-rc6 2021-04-04 14:15:36 -07:00
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.