summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
diff options
context:
space:
mode:
authorBoris BREZILLON2014-08-17 10:29:42 +0200
committerBrian Norris2014-08-19 20:55:38 +0200
commitb25046b1e5e3f1423434da77ccc859f2f779d1ce (patch)
treef5c2f10ace5914a2b8331bd1763a37d10a2de196 /include/linux/mtd
parentmtd: cfi_cmdset_0002: check return code for get_chip() (diff)
downloadkernel-qcow2-linux-b25046b1e5e3f1423434da77ccc859f2f779d1ce.tar.gz
kernel-qcow2-linux-b25046b1e5e3f1423434da77ccc859f2f779d1ce.tar.xz
kernel-qcow2-linux-b25046b1e5e3f1423434da77ccc859f2f779d1ce.zip
mtd: nand: fix DocBook warnings on nand_sdr_timings doc
Change the comment type (from /** to /*) to prevent DocBook from complaining about missing description for nand_sdr_timings fields. There is currently no need in documenting those fields because they are fully described in the ONFI specification (which is pointed out in the comment). Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com> Reported-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r--include/linux/mtd/nand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 3083c53e0270..c300db3ae285 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -949,7 +949,7 @@ static inline int jedec_feature(struct nand_chip *chip)
: 0;
}
-/**
+/*
* struct nand_sdr_timings - SDR NAND chip timings
*
* This struct defines the timing requirements of a SDR NAND chip.