Main-line Linux kernel tree http://www.kernel.org
Go to file
Masami Hiramatsu 010db091b6 lib/bootconfig: Fix the xbc_get_info kerneldoc
Fix the kernel doc of xbc_get_info() to add '@' to the parameters.

Link: https://lkml.kernel.org/r/163525086738.676803.15352231787913236933.stgit@devnote2

Fixes: e306220cb7 ("bootconfig: Add xbc_get_info() for the node information")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
2021-10-26 17:23:45 -04:00
arch kprobes: Add a test case for stacktrace from kretprobe handler 2021-10-26 17:23:45 -04:00
block
certs
crypto
Documentation tracing/doc: Fix typos on the timerlat tracer documentation 2021-10-25 23:02:36 -04:00
drivers
fs
include
init
ipc
kernel kprobes: Add a test case for stacktrace from kretprobe handler 2021-10-26 17:23:45 -04:00
lib lib/bootconfig: Fix the xbc_get_info kerneldoc 2021-10-26 17:23:45 -04:00
LICENSES
mm
net
samples
scripts
security
sound
tools tools/latency-collector: Use correct size when writing queue_full_warning 2021-10-25 22:27:19 -04:00
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.