linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mtd: sm_ftl: Fix typos in comments
@ 2023-06-21  2:03 Deming Wang
  2023-06-22 21:14 ` Miquel Raynal
  0 siblings, 1 reply; 3+ messages in thread
From: Deming Wang @ 2023-06-21  2:03 UTC (permalink / raw)
  To: miquel.raynal, richard, vigneshr; +Cc: linux-mtd, linux-kernel, Bo Liu

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(-)

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);
 
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] mtd: sm_ftl: Fix typos in comments
  2023-06-21  2:03 [PATCH] mtd: sm_ftl: Fix typos in comments Deming Wang
@ 2023-06-22 21:14 ` Miquel Raynal
  0 siblings, 0 replies; 3+ messages in thread
From: Miquel Raynal @ 2023-06-22 21:14 UTC (permalink / raw)
  To: Deming Wang, miquel.raynal, richard, vigneshr
  Cc: linux-mtd, linux-kernel, Bo Liu

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] mtd: sm_ftl: Fix typos in comments
@ 2023-06-21  1:52 Deming Wang
  0 siblings, 0 replies; 3+ messages in thread
From: Deming Wang @ 2023-06-21  1:52 UTC (permalink / raw)
  To: miquel.raynal, richard, vigneshr; +Cc: linux-mtd, linux-kernel, Bo Liu

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(-)

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);
 
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-22 21:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-21  2:03 [PATCH] mtd: sm_ftl: Fix typos in comments Deming Wang
2023-06-22 21:14 ` Miquel Raynal
  -- strict thread matches above, loose matches on Subject: below --
2023-06-21  1:52 Deming Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).