1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 08:35:19 -05:00
No description
Find a file
Mauro Carvalho Chehab 961f3c898e fs: fix kernel-doc markups
Two markups are at the wrong place. Kernel-doc only
support having the comment just before the identifier.

Also, some identifiers have different names between their
prototypes and the kernel-doc markup.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/96b1e1b388600ab092331f6c4e88ff8e8779ce6c.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 fs: fix kernel-doc markups 2021-01-21 14:06:00 -07:00
include parport: fix a kernel-doc markup 2021-01-21 14:06:00 -07:00
init
ipc
kernel
lib
LICENSES
mm
net
samples samples/kprobes: Add ARM support 2021-01-18 13:24:18 -07:00
scripts scripts: kernel-doc: validate kernel-doc markup with the actual names 2021-01-18 13:33:26 -07:00
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.