diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2016-11-21 21:32:08 -0500 |
|---|---|---|
| committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2017-01-30 05:50:30 -0500 |
| commit | 61babe943938bb41fcd7e2b1dec7d1537ea3892f (patch) | |
| tree | 4586aa917efb083658bfb1a18d9d435f4cd2187e /include/linux/mtd | |
| parent | 566cf877a1fcb6d6dc0126b076aad062054c2637 (diff) | |
mtd: nand: fix nand.h kernel-doc warnings
Fix kernel-doc warnings in <linux/mtd/nand.h>:
..//include/linux/mtd/nand.h:658: warning: No description found for parameter 'tCEH_min'
..//include/linux/mtd/nand.h:877: warning: No description found for parameter 'data_interface'
Fixes: eee64b700e26 ("mtd: nand: Introduce nand_data_interface")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'include/linux/mtd')
| -rw-r--r-- | include/linux/mtd/nand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index c5f3a012ae62..f67915c7726f 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h | |||
| @@ -615,7 +615,7 @@ struct nand_buffers { | |||
| 615 | * @tALS_min: ALE setup time | 615 | * @tALS_min: ALE setup time |
| 616 | * @tAR_min: ALE to RE# delay | 616 | * @tAR_min: ALE to RE# delay |
| 617 | * @tCEA_max: CE# access time | 617 | * @tCEA_max: CE# access time |
| 618 | * @tCEH_min: | 618 | * @tCEH_min: CE# high hold time |
| 619 | * @tCH_min: CE# hold time | 619 | * @tCH_min: CE# hold time |
| 620 | * @tCHZ_max: CE# high to output hi-Z | 620 | * @tCHZ_max: CE# high to output hi-Z |
| 621 | * @tCLH_min: CLE hold time | 621 | * @tCLH_min: CLE hold time |
| @@ -801,6 +801,7 @@ nand_get_sdr_timings(const struct nand_data_interface *conf) | |||
| 801 | * supported, 0 otherwise. | 801 | * supported, 0 otherwise. |
| 802 | * @jedec_params: [INTERN] holds the JEDEC parameter page when JEDEC is | 802 | * @jedec_params: [INTERN] holds the JEDEC parameter page when JEDEC is |
| 803 | * supported, 0 otherwise. | 803 | * supported, 0 otherwise. |
| 804 | * @data_interface: [INTERN] NAND interface timing information | ||
| 804 | * @read_retries: [INTERN] the number of read retry modes supported | 805 | * @read_retries: [INTERN] the number of read retry modes supported |
| 805 | * @onfi_set_features: [REPLACEABLE] set the features for ONFI nand | 806 | * @onfi_set_features: [REPLACEABLE] set the features for ONFI nand |
| 806 | * @onfi_get_features: [REPLACEABLE] get the features for ONFI nand | 807 | * @onfi_get_features: [REPLACEABLE] get the features for ONFI nand |
