Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mtd: rawnand: sunxi: fix typos in comments

Fix lenghts -> lengths and chuncks -> chunks

Signed-off-by: Richard Genoud <richard.genoud@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>

authored by

Richard Genoud and committed by
Miquel Raynal
a22f40d9 a1c967f5

+2 -2
+2 -2
drivers/mtd/nand/raw/sunxi_nand.c
··· 272 272 * 273 273 * @has_mdma: Use mbus dma mode, otherwise general dma 274 274 * through MBUS on A23/A33 needs extra configuration. 275 - * @has_ecc_block_512: If the ECC can handle 512B or only 1024B chuncks 275 + * @has_ecc_block_512: If the ECC can handle 512B or only 1024B chunks 276 276 * @has_ecc_clk: If the controller needs an ECC clock. 277 277 * @has_mbus_clk: If the controller needs a mbus clock. 278 278 * @legacy_max_strength:If the maximize strength function was off by 2 bytes ··· 294 294 * @nstrengths: Size of @ecc_strengths 295 295 * @max_ecc_steps: Maximum supported steps for ECC, this is also the 296 296 * number of user data registers 297 - * @user_data_len_tab: Table of lenghts supported by USER_DATA_LEN register 297 + * @user_data_len_tab: Table of lengths supported by USER_DATA_LEN register 298 298 * The table index is the value to set in NFC_USER_DATA_LEN 299 299 * registers, and the corresponding value is the number of 300 300 * bytes to write