diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2012-10-25 09:43:10 -0400 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-11-15 15:37:51 +0200 |
commit | 9ef525a9141b14d23613faad303cf48a20814f1b (patch) | |
tree | 371c526b70b28a3024ac818d9ae8339935a94c92 /include/linux/mtd | |
parent | cd409c61287b81d432024c1dbfad292304bf5df3 (diff) | |
download | blackbird-op-linux-9ef525a9141b14d23613faad303cf48a20814f1b.tar.gz blackbird-op-linux-9ef525a9141b14d23613faad303cf48a20814f1b.zip |
mtd: Fix kernel-doc content to avoid warning.
Add missing colons to fix kernel-doc generation warnings.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r-- | include/linux/mtd/nand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 24e915957e4f..9d8a6048aacd 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -471,8 +471,8 @@ struct nand_buffers { * non 0 if ONFI supported. * @onfi_params: [INTERN] holds the ONFI page parameter when ONFI is * supported, 0 otherwise. - * @onfi_set_features [REPLACEABLE] set the features for ONFI nand - * @onfi_get_features [REPLACEABLE] get the features for ONFI nand + * @onfi_set_features: [REPLACEABLE] set the features for ONFI nand + * @onfi_get_features: [REPLACEABLE] get the features for ONFI nand * @ecclayout: [REPLACEABLE] the default ECC placement scheme * @bbt: [INTERN] bad block table pointer * @bbt_td: [REPLACEABLE] bad block table descriptor for flash |