bcm963xx_tag.h: fix duplicated word
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 16 Jul 2020 01:28:58 +0000 (18:28 -0700)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 13 Oct 2020 09:37:11 +0000 (11:37 +0200)
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>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
include/linux/bcm963xx_tag.h

index b87945c..7edb809 100644 (file)
@@ -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;