diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-13 07:40:36 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 08:44:18 -0300 |
commit | b6f6c29454d236e85f2912cb0f9366825ca1b0be (patch) | |
tree | 305831eb1b12910134573fa57a2bc9225b085f7a /Documentation | |
parent | f341afe2fca77fbb258007dc9addb36784b4f252 (diff) | |
download | linux-b6f6c29454d236e85f2912cb0f9366825ca1b0be.tar.gz linux-b6f6c29454d236e85f2912cb0f9366825ca1b0be.tar.bz2 linux-b6f6c29454d236e85f2912cb0f9366825ca1b0be.zip |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/driver-api/mtdnand.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/driver-api/mtdnand.rst b/Documentation/driver-api/mtdnand.rst index 7c19795ebb4a..e9afa586d15e 100644 --- a/Documentation/driver-api/mtdnand.rst +++ b/Documentation/driver-api/mtdnand.rst @@ -970,9 +970,6 @@ hints" for an explanation. .. kernel-doc:: drivers/mtd/nand/nand_base.c :export: -.. kernel-doc:: drivers/mtd/nand/nand_bbt.c - :export: - .. kernel-doc:: drivers/mtd/nand/nand_ecc.c :export: |