No description
Find a file
Mauro Carvalho Chehab fe3e4b9c63 scripts/documentation-file-ref-check: don't parse Next/ dir
If one tries to run this script under linux-next, it would
hit lots of false-positives, due to the tree merges that
are stored under the Next/ directory.

So, add a logic to ignore it.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2019-05-03 06:45:22 -06:00
arch Kbuild updates for v5.1 (2nd) 2019-03-17 13:25:26 -07:00
block
certs
crypto
Documentation LICENSES: Rename other to deprecated 2019-05-03 06:34:32 -06:00
drivers
fs
include docs: Add colon clearing sphinx warning 2019-04-09 15:14:49 -06:00
init
ipc
kernel
lib Kbuild updates for v5.1 (2nd) 2019-03-17 13:25:26 -07:00
LICENSES LICENSES: Rename other to deprecated 2019-05-03 06:34:32 -06:00
mm
net
samples
scripts scripts/documentation-file-ref-check: don't parse Next/ dir 2019-05-03 06:45:22 -06:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: update my obsolete email address 2019-03-18 11:39:59 -06:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS docs/zh_CN: add Alex Shi as Chinese documentation maintainer 2019-04-02 09:53:57 -06:00
Makefile Linux 5.1-rc1 2019-03-17 14:22:26 -07:00
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.