Skip to content

Commit 3528f8e

Browse files
rddunlaptsbogend
authored andcommitted
bcm963xx_tag.h: fix duplicated word
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>
1 parent 1f0400d commit 3528f8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/bcm963xx_tag.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ struct bcm_tag {
8484
char flash_layout_ver[FLASHLAYOUTVER_LEN];
8585
/* 196-199: kernel+rootfs CRC32 */
8686
__u32 fskernel_crc;
87-
/* 200-215: Unused except on Alice Gate where is is information */
87+
/* 200-215: Unused except on Alice Gate where it is information */
8888
char information2[TAGINFO2_LEN];
8989
/* 216-219: CRC32 of image less imagetag (kernel for Alice Gate) */
9090
__u32 image_crc;

0 commit comments

Comments
 (0)