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

mtd: sm_ftl: Fix typos in comments

Fix typo in the description of the 'succesfull'.

Signed-off-by: Bo Liu <liubo03@inspur.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20230621020331.1508-1-wangdeming@inspur.com

authored by

Bo Liu and committed by
Miquel Raynal
efd2ed93 cefa1aaa

+1 -1
+1 -1
drivers/mtd/sm_ftl.c
··· 981 981 /* Update the FTL table */ 982 982 zone->lba_to_phys_table[ftl->cache_block] = write_sector; 983 983 984 - /* Write succesfull, so erase and free the old block */ 984 + /* Write successful, so erase and free the old block */ 985 985 if (block_num > 0) 986 986 sm_erase_block(ftl, zone_num, block_num, 1); 987 987