linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bcm963xx_tag.h: fix duplicated word
@ 2020-07-16  1:28 Randy Dunlap
  2020-07-16  2:06 ` Florian Fainelli
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2020-07-16  1:28 UTC (permalink / raw)
  To: LKML, Florian Fainelli, bcm-kernel-feedback-list, linux-mips

From: Randy Dunlap <rdunlap@infradead.org>

Change doubled word "is" to "it is".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: bcm-kernel-feedback-list@broadcom.com
Cc: linux-mips@vger.kernel.org
---
 include/linux/bcm963xx_tag.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200714.orig/include/linux/bcm963xx_tag.h
+++ linux-next-20200714/include/linux/bcm963xx_tag.h
@@ -84,7 +84,7 @@ struct bcm_tag {
 	char flash_layout_ver[FLASHLAYOUTVER_LEN];
 	/* 196-199: kernel+rootfs CRC32 */
 	__u32 fskernel_crc;
-	/* 200-215: Unused except on Alice Gate where is is information */
+	/* 200-215: Unused except on Alice Gate where it is information */
 	char information2[TAGINFO2_LEN];
 	/* 216-219: CRC32 of image less imagetag (kernel for Alice Gate) */
 	__u32 image_crc;


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

* Re: [PATCH] bcm963xx_tag.h: fix duplicated word
  2020-07-16  1:28 [PATCH] bcm963xx_tag.h: fix duplicated word Randy Dunlap
@ 2020-07-16  2:06 ` Florian Fainelli
  2020-08-03  6:53   ` Miquel Raynal
  0 siblings, 1 reply; 3+ messages in thread
From: Florian Fainelli @ 2020-07-16  2:06 UTC (permalink / raw)
  To: Randy Dunlap, LKML, bcm-kernel-feedback-list, linux-mips,
	MTD Maling List, miquel.raynal

Le 2020-07-15 à 18:28, Randy Dunlap a écrit :
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Change doubled word "is" to "it is".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Florian Fainelli <f.fainelli@gmail.com>
> Cc: bcm-kernel-feedback-list@broadcom.com
> Cc: linux-mips@vger.kernel.org

Acked-by: Florian Fainelli <f.fainelli@gmail.com>

This should probably be merged via linux-mips or linux-mtd, since we
have consumers of this header on both trees.

> ---
>  include/linux/bcm963xx_tag.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-next-20200714.orig/include/linux/bcm963xx_tag.h
> +++ linux-next-20200714/include/linux/bcm963xx_tag.h
> @@ -84,7 +84,7 @@ struct bcm_tag {
>  	char flash_layout_ver[FLASHLAYOUTVER_LEN];
>  	/* 196-199: kernel+rootfs CRC32 */
>  	__u32 fskernel_crc;
> -	/* 200-215: Unused except on Alice Gate where is is information */
> +	/* 200-215: Unused except on Alice Gate where it is information */
>  	char information2[TAGINFO2_LEN];
>  	/* 216-219: CRC32 of image less imagetag (kernel for Alice Gate) */
>  	__u32 image_crc;
> 


-- 
Florian

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

* Re: [PATCH] bcm963xx_tag.h: fix duplicated word
  2020-07-16  2:06 ` Florian Fainelli
@ 2020-08-03  6:53   ` Miquel Raynal
  0 siblings, 0 replies; 3+ messages in thread
From: Miquel Raynal @ 2020-08-03  6:53 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Randy Dunlap, LKML, bcm-kernel-feedback-list, linux-mips,
	MTD Maling List

Hello,

Florian Fainelli <f.fainelli@gmail.com> wrote on Wed, 15 Jul 2020
19:06:36 -0700:

> Le 2020-07-15 à 18:28, Randy Dunlap a écrit :
> > From: Randy Dunlap <rdunlap@infradead.org>
> > 
> > Change doubled word "is" to "it is".
> > 
> > Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> > Cc: Florian Fainelli <f.fainelli@gmail.com>
> > Cc: bcm-kernel-feedback-list@broadcom.com
> > Cc: linux-mips@vger.kernel.org  
> 
> Acked-by: Florian Fainelli <f.fainelli@gmail.com>
> 
> This should probably be merged via linux-mips or linux-mtd, since we
> have consumers of this header on both trees.

Sorry for the delay, I was away the last weeks. I can take it through
the MTD tree (next release cycle) or let mips folks to do it. It's
just a comment change, so not that impacting.

> 
> > ---
> >  include/linux/bcm963xx_tag.h |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > --- linux-next-20200714.orig/include/linux/bcm963xx_tag.h
> > +++ linux-next-20200714/include/linux/bcm963xx_tag.h
> > @@ -84,7 +84,7 @@ struct bcm_tag {
> >  	char flash_layout_ver[FLASHLAYOUTVER_LEN];
> >  	/* 196-199: kernel+rootfs CRC32 */
> >  	__u32 fskernel_crc;
> > -	/* 200-215: Unused except on Alice Gate where is is information */
> > +	/* 200-215: Unused except on Alice Gate where it is information */
> >  	char information2[TAGINFO2_LEN];
> >  	/* 216-219: CRC32 of image less imagetag (kernel for Alice Gate) */
> >  	__u32 image_crc;
> >   
> 
> 

Thanks,
Miquèl

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

end of thread, other threads:[~2020-08-03  6:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16  1:28 [PATCH] bcm963xx_tag.h: fix duplicated word Randy Dunlap
2020-07-16  2:06 ` Florian Fainelli
2020-08-03  6:53   ` 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).