diff mbox series

bcm963xx_tag.h: fix duplicated word

Message ID d30c09a3-fe30-ddf1-3f21-00fc48b16443@infradead.org (mailing list archive)
State Accepted
Commit 3528f8ec95a5b1ee1b98d3e85371843c6428e4be
Headers show
Series bcm963xx_tag.h: fix duplicated word | expand

Commit Message

Randy Dunlap July 16, 2020, 1:28 a.m. UTC
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(-)

Comments

Florian Fainelli July 16, 2020, 2:06 a.m. UTC | #1
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;
>
Miquel Raynal Aug. 3, 2020, 6:53 a.m. UTC | #2
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
diff mbox series

Patch

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