Skip to content

Commit efd2ed9

Browse files
Bo Liumiquelraynal
authored andcommitted
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
1 parent cefa1aa commit efd2ed9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mtd/sm_ftl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ static int sm_cache_flush(struct sm_ftl *ftl)
981981
/* Update the FTL table */
982982
zone->lba_to_phys_table[ftl->cache_block] = write_sector;
983983

984-
/* Write succesfull, so erase and free the old block */
984+
/* Write successful, so erase and free the old block */
985985
if (block_num > 0)
986986
sm_erase_block(ftl, zone_num, block_num, 1);
987987

0 commit comments

Comments
 (0)