No description
Find a file
Mauro Carvalho Chehab 771b00a84b net: skbuff.h: properly escape a macro name on kernel-doc
The "%" escape code of kernel-doc only handle letters. It
doesn't handle special chars. So, use the ``literal``
notation. That fixes this warning:

./include/linux/skbuff.h:2695: WARNING: Inline literal start-string without end-string.

No functional changes.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-05-16 08:44:13 -03:00
arch ARC updates for 4.12 2017-05-09 10:10:15 -07:00
block
certs
crypto
Documentation docs-rst: convert networking book to ReST 2017-05-16 08:44:13 -03:00
drivers libata: fix identation on a kernel-doc markup 2017-05-16 08:44:12 -03:00
firmware
fs fs: jbd2: escape a string with special chars on a kernel-doc 2017-05-16 08:44:11 -03:00
include net: skbuff.h: properly escape a macro name on kernel-doc 2017-05-16 08:44:13 -03:00
init
ipc
kernel mutex, futex: adjust kernel-doc markups to generate ReST 2017-05-16 08:43:25 -03:00
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ARM: SoC 64-bit changes 2017-05-09 10:04:17 -07:00
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.