The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Jens Axboe 0ef47db1cb bio: fix kerneldoc documentation for bio_alloc_kiocb()
Apparently the last fixup got butter fingered a bit, the correct variable
name is 'nr_vecs', not 'nr_iovecs'.

Link: https://lore.kernel.org/lkml/20210903164939.02f6e8c5@canb.auug.org.au/
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2021-09-03 07:42:13 -06:00
Documentation Yet another set of documentation changes: 2021-09-01 18:49:47 -07:00
LICENSES
arch printk changes for 5.15 2021-09-01 18:41:13 -07:00
block bio: fix kerneldoc documentation for bio_alloc_kiocb() 2021-09-03 07:42:13 -06:00
certs
crypto
drivers printk changes for 5.15 2021-09-01 18:41:13 -07:00
fs
include printk changes for 5.15 2021-09-01 18:41:13 -07:00
init printk changes for 5.15 2021-09-01 18:41:13 -07:00
ipc
kernel printk changes for 5.15 2021-09-01 18:41:13 -07:00
lib printk changes for 5.15 2021-09-01 18:41:13 -07:00
mm
net
samples
scripts Yet another set of documentation changes: 2021-09-01 18:49:47 -07:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Yet another set of documentation changes: 2021-09-01 18:49:47 -07: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.