lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 15 Jul 2020 19:06:36 -0700
From:   Florian Fainelli <f.fainelli@...il.com>
To:     Randy Dunlap <rdunlap@...radead.org>,
        LKML <linux-kernel@...r.kernel.org>,
        bcm-kernel-feedback-list@...adcom.com, linux-mips@...r.kernel.org,
        MTD Maling List <linux-mtd@...ts.infradead.org>,
        miquel.raynal@...tlin.com
Subject: Re: [PATCH] bcm963xx_tag.h: fix duplicated word

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

Acked-by: Florian Fainelli <f.fainelli@...il.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ