The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Jiri Slaby 0dd77d02c3 mxser: Documentation, fix typos
Fix some typos in the mxser's documentation.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210618061516.662-70-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-06-18 13:10:03 +02:00
Documentation mxser: Documentation, fix typos 2021-06-18 13:10:03 +02:00
LICENSES
arch MIPS: Malta: Enable magic multipliers for Super I/O UARTs 2021-06-16 09:20:29 +02:00
block
certs
crypto
drivers mxser: introduce mxser_16550A_or_MUST helper 2021-06-18 13:10:03 +02:00
fs
include tty: make tty_get_{char,frame}_size available 2021-06-15 14:03:26 +02:00
init
ipc
kernel
lib
mm
net Linux 5.13-rc6 2021-06-14 09:14:43 +02:00
samples
scripts
security
sound Linux 5.13-rc6 2021-06-14 09:14:43 +02:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Linux 5.13-rc6 2021-06-14 09:14:43 +02: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.