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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 24 Mar 2021 09:57:49 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Wang Hai <wanghai38@...wei.com>, alex.aring@...il.com,
        jukka.rissanen@...ux.intel.com, davem@...emloft.net,
        kuba@...nel.org
Cc:     linux-bluetooth@...r.kernel.org, linux-wpan@...r.kernel.org,
        netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] 6lowpan: Fix some typos in nhc_udp.c

On 3/23/21 11:22 PM, Wang Hai wrote:
> s/Orignal/Original/
> s/infered/inferred/
> 
> Reported-by: Hulk Robot <hulkci@...wei.com>
> Signed-off-by: Wang Hai <wanghai38@...wei.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>

> ---
>  net/6lowpan/nhc_udp.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/net/6lowpan/nhc_udp.c b/net/6lowpan/nhc_udp.c
> index 8a3507524f7b..33f17bd8cda7 100644
> --- a/net/6lowpan/nhc_udp.c
> +++ b/net/6lowpan/nhc_udp.c
> @@ -5,7 +5,7 @@
>   *	Authors:
>   *	Alexander Aring	<aar@...gutronix.de>
>   *
> - *	Orignal written by:
> + *	Original written by:
>   *	Alexander Smirnov <alex.bluesman.smirnov@...il.com>
>   *	Jon Smirl <jonsmirl@...il.com>
>   */
> @@ -82,7 +82,7 @@ static int udp_uncompress(struct sk_buff *skb, size_t needed)
>  	if (fail)
>  		return -EINVAL;
>  
> -	/* UDP length needs to be infered from the lower layers
> +	/* UDP length needs to be inferred from the lower layers
>  	 * here, we obtain the hint from the remaining size of the
>  	 * frame
>  	 */
> 


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ