Skip to content

Commit

Permalink
mtd: Fix kernel-doc content to avoid warning.
Browse files Browse the repository at this point in the history
Add missing colons to fix kernel-doc generation warnings.

Signed-off-by: Robert P. J. Day <[email protected]>
Signed-off-by: Artem Bityutskiy <[email protected]>
  • Loading branch information
rpjday authored and dedekind committed Nov 15, 2012
1 parent cd409c6 commit 9ef525a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/mtd/nand.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ef525a

Please sign in to comment.