Linux for the Switch
Find a file
Mauro Carvalho Chehab b6f6c29454 mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings
./drivers/mtd/nand/nand_bbt.c:1: warning: no structured comments found
./include/linux/mtd/nand.h:785: ERROR: Unexpected indentation.
./drivers/mtd/nand/nand_base.c:449: WARNING: Definition list ends without a blank line; unexpected unindent.
./drivers/mtd/nand/nand_base.c:1161: ERROR: Unexpected indentation.
./drivers/mtd/nand/nand_base.c:1162: WARNING: Block quote ends without a blank line; unexpected unindent.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-05-16 08:44:18 -03:00
arch
block
certs
crypto
Documentation mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings 2017-05-16 08:44:18 -03:00
drivers mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings 2017-05-16 08:44:18 -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 mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings 2017-05-16 08:44:18 -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 net: fix some identation issues at kernel-doc markups 2017-05-16 08:44:14 -03:00
samples
scripts
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.