From: Bo Liu Date: Wed, 21 Jun 2023 02:03:31 +0000 (-0400) Subject: mtd: sm_ftl: Fix typos in comments X-Git-Tag: v6.6.17~4561^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=efd2ed9351efefe40cbcca36a527adf38ffe1b4d;p=platform%2Fkernel%2Flinux-rpi.git mtd: sm_ftl: Fix typos in comments Fix typo in the description of the 'succesfull'. Signed-off-by: Bo Liu Signed-off-by: Miquel Raynal Link: https://lore.kernel.org/linux-mtd/20230621020331.1508-1-wangdeming@inspur.com --- diff --git a/drivers/mtd/sm_ftl.c b/drivers/mtd/sm_ftl.c index 4cfec3b..b5b3c4c 100644 --- a/drivers/mtd/sm_ftl.c +++ b/drivers/mtd/sm_ftl.c @@ -981,7 +981,7 @@ restart: /* Update the FTL table */ zone->lba_to_phys_table[ftl->cache_block] = write_sector; - /* Write succesfull, so erase and free the old block */ + /* Write successful, so erase and free the old block */ if (block_num > 0) sm_erase_block(ftl, zone_num, block_num, 1);