Commit 7998d898 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Miquel Raynal

mtd: rawnand: fix a kernel-doc markup

Some identifiers have different names between their prototypes
and the kernel-doc markup.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/9ed47a57d12c40e73a9b01612ee119d39baa6236.1603469755.git.mchehab+huawei@kernel.org
parent 62858625
......@@ -1087,7 +1087,7 @@ static int nand_update_bbt(struct nand_chip *this, loff_t offs)
}
/**
* mark_bbt_regions - [GENERIC] mark the bad block table regions
* mark_bbt_region - [GENERIC] mark the bad block table regions
* @this: the NAND device
* @td: bad block table descriptor
*
......
......@@ -1284,7 +1284,8 @@ static inline bool nand_is_slc(struct nand_chip *chip)
}
/**
* Check if the opcode's address should be sent only on the lower 8 bits
* nand_opcode_8bits - Check if the opcode's address should be sent only on the
* lower 8 bits
* @command: opcode to check
*/
static inline int nand_opcode_8bits(unsigned int command)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment