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] [day] [month] [year] [list]
Message-ID: <b1856b58-f098-433d-b0fd-782b24c44b22@datenfreihafen.org>
Date: Fri, 30 Aug 2024 22:34:58 +0200
From: Stefan Schmidt <stefan@...enfreihafen.org>
To: Simon Horman <horms@...nel.org>, Alexander Aring <alex.aring@...il.com>,
 Miquel Raynal <miquel.raynal@...tlin.com>
Cc: "David S. Miller" <davem@...emloft.net>,
 Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>,
 Paolo Abeni <pabeni@...hat.com>, linux-wpan@...r.kernel.org,
 netdev@...r.kernel.org
Subject: Re: [PATCH wpan-next 1/2] mac802154: Correct spelling in mac802154.h

Hello Simon,

On 8/29/24 6:10 PM, Simon Horman wrote:
> Correct spelling in mac802154.h.
> As reported by codespell.
> 
> Signed-off-by: Simon Horman <horms@...nel.org>
> ---
>   include/net/mac802154.h | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/net/mac802154.h b/include/net/mac802154.h
> index 4a3a9de9da73..1b5488fa2ff0 100644
> --- a/include/net/mac802154.h
> +++ b/include/net/mac802154.h
> @@ -140,7 +140,7 @@ enum ieee802154_hw_flags {
>    *
>    * xmit_sync:
>    *	  Handler that 802.15.4 module calls for each transmitted frame.
> - *	  skb cntains the buffer starting from the IEEE 802.15.4 header.
> + *	  skb contains the buffer starting from the IEEE 802.15.4 header.
>    *	  The low-level driver should send the frame based on available
>    *	  configuration. This is called by a workqueue and useful for
>    *	  synchronous 802.15.4 drivers.
> @@ -152,7 +152,7 @@ enum ieee802154_hw_flags {
>    *
>    * xmit_async:
>    *	  Handler that 802.15.4 module calls for each transmitted frame.
> - *	  skb cntains the buffer starting from the IEEE 802.15.4 header.
> + *	  skb contains the buffer starting from the IEEE 802.15.4 header.
>    *	  The low-level driver should send the frame based on available
>    *	  configuration.
>    *	  This function should return zero or negative errno.
> 

This patch has been applied to the wpan tree and will be
part of the next pull request to net. Thanks!

regards
Stefan Schmidt

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ