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]
Message-ID: <7c977de1-fdfd-47c8-a117-5dd510849f57@quicinc.com>
Date: Thu, 22 Aug 2024 23:07:59 -0600
From: "Subash Abhinov Kasiviswanathan (KS)" <quic_subashab@...cinc.com>
To: Simon Horman <horms@...nel.org>,
        Willem de Bruijn
	<willemdebruijn.kernel@...il.com>,
        "David S. Miller" <davem@...emloft.net>,
        Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>,
        "Paolo
 Abeni" <pabeni@...hat.com>,
        Alexandra Winter <wintera@...ux.ibm.com>,
        "Thorsten Winkler" <twinkler@...ux.ibm.com>,
        David Ahern
	<dsahern@...nel.org>, "Jay Vosburgh" <jv@...sburgh.net>,
        Andy Gospodarek
	<andy@...yhouse.net>,
        "Sean Tranchetti" <quic_stranche@...cinc.com>,
        Paul
 Moore <paul@...l-moore.com>,
        Krzysztof Kozlowski <krzk@...nel.org>,
        Jamal
 Hadi Salim <jhs@...atatu.com>,
        Cong Wang <xiyou.wangcong@...il.com>, Jiri
 Pirko <jiri@...nulli.us>,
        "Marcelo Ricardo Leitner"
	<marcelo.leitner@...il.com>,
        Xin Long <lucien.xin@...il.com>, Martin Schiller
	<ms@....tdt.de>
CC: <netdev@...r.kernel.org>, <linux-s390@...r.kernel.org>,
        <linux-security-module@...r.kernel.org>, <linux-sctp@...r.kernel.org>,
        <linux-x25@...r.kernel.org>
Subject: Re: [PATCH net-next 06/13] net: qualcomm: rmnet: Correct spelling in
 if_rmnet.h


On 8/22/2024 6:57 AM, Simon Horman wrote:
> Correct spelling in if_rmnet.h
> As reported by codespell.
> 
> Cc: Subash Abhinov Kasiviswanathan <quic_subashab@...cinc.com>
> Cc: Sean Tranchetti <quic_stranche@...cinc.com>
> Signed-off-by: Simon Horman <horms@...nel.org>
> ---
>   include/linux/if_rmnet.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/if_rmnet.h b/include/linux/if_rmnet.h
> index 839d1e48b85e..c44bf6e80ecb 100644
> --- a/include/linux/if_rmnet.h
> +++ b/include/linux/if_rmnet.h
> @@ -42,7 +42,7 @@ struct rmnet_map_ul_csum_header {
>   
>   /* csum_info field:
>    *  OFFSET:	where (offset in bytes) to insert computed checksum
> - *  UDP:	1 = UDP checksum (zero checkum means no checksum)
> + *  UDP:	1 = UDP checksum (zero checksum means no checksum)
>    *  ENABLED:	1 = checksum computation requested
>    */
>   #define MAP_CSUM_UL_OFFSET_MASK		GENMASK(13, 0)
> 

Reviewed-by: Subash Abhinov Kasiviswanathan <quic_subashab@...cinc.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ