linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers/mtd: fix repeated words in comments
@ 2022-08-10 13:15 Jilin Yuan
  2022-09-19 15:45 ` Miquel Raynal
  0 siblings, 1 reply; 5+ messages in thread
From: Jilin Yuan @ 2022-08-10 13:15 UTC (permalink / raw)
  To: miquel.raynal, richard, vigneshr; +Cc: linux-mtd, linux-kernel, Jilin Yuan

 Delete the redundant word 'it'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/mtd/inftlcore.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/inftlcore.c b/drivers/mtd/inftlcore.c
index 6b48397c750c..1709f7f6bf6f 100644
--- a/drivers/mtd/inftlcore.c
+++ b/drivers/mtd/inftlcore.c
@@ -356,7 +356,7 @@ static u16 INFTL_foldchain(struct INFTLrecord *inftl, unsigned thisVUC, unsigned
 	 * Newest unit in chain now contains data from _all_ older units.
 	 * So go through and erase each unit in chain, oldest first. (This
 	 * is important, by doing oldest first if we crash/reboot then it
-	 * it is relatively simple to clean up the mess).
+	 * is relatively simple to clean up the mess).
 	 */
 	pr_debug("INFTL: want to erase virtual chain %d\n", thisVUC);
 
-- 
2.36.1


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

* Re: [PATCH] drivers/mtd: fix repeated words in comments
  2022-08-10 13:15 [PATCH] drivers/mtd: fix repeated words in comments Jilin Yuan
@ 2022-09-19 15:45 ` Miquel Raynal
  0 siblings, 0 replies; 5+ messages in thread
From: Miquel Raynal @ 2022-09-19 15:45 UTC (permalink / raw)
  To: Jilin Yuan; +Cc: richard, vigneshr, linux-mtd, linux-kernel

Hi Jilin,

yuanjilin@cdjrlc.com wrote on Wed, 10 Aug 2022 21:15:39 +0800:

>  Delete the redundant word 'it'.
  ^
No space 

> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
> ---
>  drivers/mtd/inftlcore.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mtd/inftlcore.c b/drivers/mtd/inftlcore.c
> index 6b48397c750c..1709f7f6bf6f 100644
> --- a/drivers/mtd/inftlcore.c
> +++ b/drivers/mtd/inftlcore.c
> @@ -356,7 +356,7 @@ static u16 INFTL_foldchain(struct INFTLrecord *inftl, unsigned thisVUC, unsigned
>  	 * Newest unit in chain now contains data from _all_ older units.
>  	 * So go through and erase each unit in chain, oldest first. (This
>  	 * is important, by doing oldest first if we crash/reboot then it
> -	 * it is relatively simple to clean up the mess).
> +	 * is relatively simple to clean up the mess).

Please send only one patch for the three "double words" you've found in
mtd, and prefix the subject with "mtd: ".

>  	 */
>  	pr_debug("INFTL: want to erase virtual chain %d\n", thisVUC);
>  


Thanks,
Miquèl

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

* Re: [PATCH] drivers/mtd: fix repeated words in comments
  2022-09-08 12:22 wangjianli
@ 2022-09-20  8:40 ` Miquel Raynal
  0 siblings, 0 replies; 5+ messages in thread
From: Miquel Raynal @ 2022-09-20  8:40 UTC (permalink / raw)
  To: wangjianli, miquel.raynal, richard, vigneshr; +Cc: linux-mtd, linux-kernel

On Thu, 2022-09-08 at 12:22:29 UTC, wangjianli wrote:
> Delete the redundant word 'in'.
> 
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>

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

Miquel

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

* [PATCH] drivers/mtd: fix repeated words in comments
@ 2022-09-08 12:22 wangjianli
  2022-09-20  8:40 ` Miquel Raynal
  0 siblings, 1 reply; 5+ messages in thread
From: wangjianli @ 2022-09-08 12:22 UTC (permalink / raw)
  To: miquel.raynal, richard, vigneshr; +Cc: linux-mtd, linux-kernel, wangjianli

Delete the redundant word 'in'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 drivers/mtd/mtdconcat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/mtdconcat.c b/drivers/mtd/mtdconcat.c
index f685a581df48..193428de6a4b 100644
--- a/drivers/mtd/mtdconcat.c
+++ b/drivers/mtd/mtdconcat.c
@@ -836,7 +836,7 @@ struct mtd_info *mtd_concat_create(struct mtd_info *subdev[],	/* subdevices to c
 
 		/*
 		 * walk the map of the new device once more and fill in
-		 * in erase region info:
+		 * erase region info:
 		 */
 		curr_erasesize = subdev[0]->erasesize;
 		begin = position = 0;
-- 
2.36.1


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

* [PATCH] drivers/mtd: fix repeated words in comments
@ 2022-08-10 13:20 Jilin Yuan
  0 siblings, 0 replies; 5+ messages in thread
From: Jilin Yuan @ 2022-08-10 13:20 UTC (permalink / raw)
  To: miquel.raynal, richard, vigneshr; +Cc: linux-mtd, linux-kernel, Jilin Yuan

 Delete the redundant word 'in'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/mtd/mtdconcat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/mtdconcat.c b/drivers/mtd/mtdconcat.c
index f685a581df48..193428de6a4b 100644
--- a/drivers/mtd/mtdconcat.c
+++ b/drivers/mtd/mtdconcat.c
@@ -836,7 +836,7 @@ struct mtd_info *mtd_concat_create(struct mtd_info *subdev[],	/* subdevices to c
 
 		/*
 		 * walk the map of the new device once more and fill in
-		 * in erase region info:
+		 * erase region info:
 		 */
 		curr_erasesize = subdev[0]->erasesize;
 		begin = position = 0;
-- 
2.36.1


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

end of thread, other threads:[~2022-09-20  8:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-10 13:15 [PATCH] drivers/mtd: fix repeated words in comments Jilin Yuan
2022-09-19 15:45 ` Miquel Raynal
2022-08-10 13:20 Jilin Yuan
2022-09-08 12:22 wangjianli
2022-09-20  8:40 ` Miquel Raynal

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