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 <[email protected]> Cc: Florian Fainelli <[email protected]> Cc: [email protected] Cc: [email protected] Acked-by: Florian Fainelli <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 1f0400d commit 3528f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)