Linux kernel source tree
Find a file
Mauro Carvalho Chehab 3aa1141f99 connector: fix a kernel-doc markup
A function has a different name between their prototype
and its kernel-doc markup.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/889cfb141a98ae06d5bc79b744786ec2e8f92d93.1610610937.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2021-01-21 14:06:00 -07:00
arch arch/Kconfig: update a broken file reference 2021-01-21 14:06:00 -07:00
block
certs
crypto
Documentation AFS: Documentation: fix a few typos in afs.rst 2021-01-21 14:06:00 -07:00
drivers rapidio: fix kernel-doc a markup 2021-01-21 14:06:00 -07:00
fs pstore/zone: fix a kernel-doc markup 2021-01-21 14:06:00 -07:00
include connector: fix a kernel-doc markup 2021-01-21 14:06:00 -07:00
init
ipc
kernel
lib Kbuild fixes for v5.11 2021-01-10 13:24:55 -08:00
LICENSES
mm
net
samples
scripts
security
sound
tools
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.