aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/nand.h
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2006-06-29 00:48:38 -0400
committerDavid Woodhouse <dwmw2@infradead.org>2006-06-29 03:55:41 -0400
commitea9b6dcc152f09c207117ab121d4fa03d2db282a (patch)
tree08c3dd58f714d5179240b24a33adc463a89a9054 /include/linux/mtd/nand.h
parent844d3b427ef1a4f96e54866747bdb6c6cbca4c6a (diff)
MTD: kernel-doc fixes + additions
Fix some kernel-doc typos/spellos. Use kernel-doc syntax in places where it was almost used. Correct/add struct, struct field, and function param names where needed. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/linux/mtd/nand.h')
-rw-r--r--include/linux/mtd/nand.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 2266f032a8c..0b4cd2fa64a 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -407,7 +407,6 @@ struct nand_chip {
407 407
408/** 408/**
409 * struct nand_flash_dev - NAND Flash Device ID Structure 409 * struct nand_flash_dev - NAND Flash Device ID Structure
410 *
411 * @name: Identify the device type 410 * @name: Identify the device type
412 * @id: device ID code 411 * @id: device ID code
413 * @pagesize: Pagesize in bytes. Either 256 or 512 or 0 412 * @pagesize: Pagesize in bytes. Either 256 or 512 or 0
@@ -526,7 +525,6 @@ extern int nand_do_read(struct mtd_info *mtd, loff_t from, size_t len,
526 525
527/** 526/**
528 * struct platform_nand_chip - chip level device structure 527 * struct platform_nand_chip - chip level device structure
529 *
530 * @nr_chips: max. number of chips to scan for 528 * @nr_chips: max. number of chips to scan for
531 * @chip_offset: chip number offset 529 * @chip_offset: chip number offset
532 * @nr_partitions: number of partitions pointed to by partitions (or zero) 530 * @nr_partitions: number of partitions pointed to by partitions (or zero)
@@ -549,7 +547,6 @@ struct platform_nand_chip {
549 547
550/** 548/**
551 * struct platform_nand_ctrl - controller level device structure 549 * struct platform_nand_ctrl - controller level device structure
552 *
553 * @hwcontrol: platform specific hardware control structure 550 * @hwcontrol: platform specific hardware control structure
554 * @dev_ready: platform specific function to read ready/busy pin 551 * @dev_ready: platform specific function to read ready/busy pin
555 * @select_chip: platform specific chip select function 552 * @select_chip: platform specific chip select function