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

mtd: FSMC NAND fix obvious speling errors

Fix spelling in the interface file.

Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

authored by

Linus Walleij and committed by
David Woodhouse
b5602e86 593cd871

+3 -3
+3 -3
include/linux/mtd/fsmc.h
··· 28 28 29 29 /* 30 30 * The placement of the Command Latch Enable (CLE) and 31 - * Address Latch Enable (ALE) is twised around in the 31 + * Address Latch Enable (ALE) is twisted around in the 32 32 * SPEAR310 implementation. 33 33 */ 34 34 #if defined(CONFIG_MACH_SPEAR310) ··· 63 63 64 64 /* ctrl_tim register definitions */ 65 65 66 - struct fsms_nand_bank_regs { 66 + struct fsmc_nand_bank_regs { 67 67 uint32_t pc; 68 68 uint32_t sts; 69 69 uint32_t comm; ··· 79 79 struct fsmc_regs { 80 80 struct fsmc_nor_bank_regs nor_bank_regs[FSMC_MAX_NOR_BANKS]; 81 81 uint8_t reserved_1[0x40 - 0x20]; 82 - struct fsms_nand_bank_regs bank_regs[FSMC_MAX_NAND_BANKS]; 82 + struct fsmc_nand_bank_regs bank_regs[FSMC_MAX_NAND_BANKS]; 83 83 uint8_t reserved_2[0xfe0 - 0xc0]; 84 84 uint32_t peripid0; /* 0xfe0 */ 85 85 uint32_t peripid1; /* 0xfe4 */