diff mbox series

mtd: sm_ftl: Fix typos in comments

Message ID 20230621020331.1508-1-wangdeming@inspur.com
State Accepted
Headers show
Series mtd: sm_ftl: Fix typos in comments | expand

Commit Message

Deming Wang June 21, 2023, 2:03 a.m. UTC
From: Bo Liu <liubo03@inspur.com>

Fix typo in the description of the 'succesfull'.

Signed-off-by: Bo Liu <liubo03@inspur.com>
---
 drivers/mtd/sm_ftl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Miquel Raynal June 22, 2023, 9:14 p.m. UTC | #1
On Wed, 2023-06-21 at 02:03:31 UTC, Deming Wang wrote:
> From: Bo Liu <liubo03@inspur.com>
> 
> Fix typo in the description of the 'succesfull'.
> 
> Signed-off-by: Bo Liu <liubo03@inspur.com>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next, thanks.

Miquel
diff mbox series

Patch

diff --git a/drivers/mtd/sm_ftl.c b/drivers/mtd/sm_ftl.c
index 4cfec3b7b446..b5b3c4c44a94 100644
--- a/drivers/mtd/sm_ftl.c
+++ b/drivers/mtd/sm_ftl.c
@@ -981,7 +981,7 @@  static int sm_cache_flush(struct sm_ftl *ftl)
 	/* 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);