No description
Find a file
Ian Kent 874d22d62b fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options()
Fix checkpatch.sh WARNING about the use of seq_printf() to print simple
strings in autofs_show_options(), use seq_puts() in this case.

Link: http://lkml.kernel.org/r/154889012613.4863.12231175554744203482.stgit@pluto-themaw-net
Signed-off-by: Ian Kent <raven@themaw.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2019-03-07 18:32:01 -08:00
arch
block
certs
crypto
Documentation USB/PHY patches for 5.1-rc1 2019-03-06 16:48:27 -08:00
drivers USB/PHY patches for 5.1-rc1 2019-03-06 16:48:27 -08:00
fs fs/autofs/inode.c: use seq_puts() for simple strings in autofs_show_options() 2019-03-07 18:32:01 -08:00
include autofs: add ignore mount option 2019-03-07 18:32:01 -08:00
init
ipc
kernel dynamic_debug: add static inline stub for ddebug_add_module 2019-03-07 18:32:00 -08:00
lib lib/test_firmware.c: remove some dead code 2019-03-07 18:32:00 -08:00
LICENSES
mm
net
samples
scripts checkpatch: add test for SPDX-License-Identifier on wrong line # 2019-03-07 18:32:01 -08:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS USB/PHY patches for 5.1-rc1 2019-03-06 16:48:27 -08:00
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.