* [PATCH wpan-next 0/2] wpan: Correct spelling in headers
@ 2024-08-29 16:10 Simon Horman
2024-08-29 16:10 ` [PATCH wpan-next 1/2] mac802154: Correct spelling in mac802154.h Simon Horman
2024-08-29 16:10 ` [PATCH wpan-next 2/2] ieee802154: Correct spelling in nl802154.h Simon Horman
0 siblings, 2 replies; 5+ messages in thread
From: Simon Horman @ 2024-08-29 16:10 UTC (permalink / raw)
To: Alexander Aring, Stefan Schmidt, Miquel Raynal
Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
linux-wpan, netdev
Correct spelling in nl802154.h and mac802154.h.
As flagged by Codespell.
---
Simon Horman (2):
mac802154: Correct spelling in mac802154.h
ieee802154: Correct spelling in nl802154.h
include/net/mac802154.h | 4 ++--
include/net/nl802154.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
base-commit: 9187210eee7d87eea37b45ea93454a88681894a4
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH wpan-next 1/2] mac802154: Correct spelling in mac802154.h
2024-08-29 16:10 [PATCH wpan-next 0/2] wpan: Correct spelling in headers Simon Horman
@ 2024-08-29 16:10 ` Simon Horman
2024-08-30 20:34 ` Stefan Schmidt
2024-08-29 16:10 ` [PATCH wpan-next 2/2] ieee802154: Correct spelling in nl802154.h Simon Horman
1 sibling, 1 reply; 5+ messages in thread
From: Simon Horman @ 2024-08-29 16:10 UTC (permalink / raw)
To: Alexander Aring, Stefan Schmidt, Miquel Raynal
Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
linux-wpan, netdev
Correct spelling in mac802154.h.
As reported by codespell.
Signed-off-by: Simon Horman <horms@kernel.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.
--
2.45.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH wpan-next 2/2] ieee802154: Correct spelling in nl802154.h
2024-08-29 16:10 [PATCH wpan-next 0/2] wpan: Correct spelling in headers Simon Horman
2024-08-29 16:10 ` [PATCH wpan-next 1/2] mac802154: Correct spelling in mac802154.h Simon Horman
@ 2024-08-29 16:10 ` Simon Horman
2024-08-30 20:35 ` Stefan Schmidt
1 sibling, 1 reply; 5+ messages in thread
From: Simon Horman @ 2024-08-29 16:10 UTC (permalink / raw)
To: Alexander Aring, Stefan Schmidt, Miquel Raynal
Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
linux-wpan, netdev
Correct spelling in nl802154.h.
As reported by codespell.
Signed-off-by: Simon Horman <horms@kernel.org>
---
include/net/nl802154.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/net/nl802154.h b/include/net/nl802154.h
index 4c752f799957..a994dea74596 100644
--- a/include/net/nl802154.h
+++ b/include/net/nl802154.h
@@ -192,7 +192,7 @@ enum nl802154_iftype {
* @NL802154_CAP_ATTR_TX_POWERS: a nested attribute for
* nl802154_wpan_phy_tx_power
* @NL802154_CAP_ATTR_MIN_CCA_ED_LEVEL: minimum value for cca_ed_level
- * @NL802154_CAP_ATTR_MAX_CCA_ED_LEVEL: maxmimum value for cca_ed_level
+ * @NL802154_CAP_ATTR_MAX_CCA_ED_LEVEL: maximum value for cca_ed_level
* @NL802154_CAP_ATTR_CCA_MODES: nl802154_cca_modes flags
* @NL802154_CAP_ATTR_CCA_OPTS: nl802154_cca_opts flags
* @NL802154_CAP_ATTR_MIN_MINBE: minimum of minbe value
--
2.45.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH wpan-next 1/2] mac802154: Correct spelling in mac802154.h
2024-08-29 16:10 ` [PATCH wpan-next 1/2] mac802154: Correct spelling in mac802154.h Simon Horman
@ 2024-08-30 20:34 ` Stefan Schmidt
0 siblings, 0 replies; 5+ messages in thread
From: Stefan Schmidt @ 2024-08-30 20:34 UTC (permalink / raw)
To: Simon Horman, Alexander Aring, Miquel Raynal
Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
linux-wpan, netdev
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@kernel.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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH wpan-next 2/2] ieee802154: Correct spelling in nl802154.h
2024-08-29 16:10 ` [PATCH wpan-next 2/2] ieee802154: Correct spelling in nl802154.h Simon Horman
@ 2024-08-30 20:35 ` Stefan Schmidt
0 siblings, 0 replies; 5+ messages in thread
From: Stefan Schmidt @ 2024-08-30 20:35 UTC (permalink / raw)
To: Simon Horman, Alexander Aring, Miquel Raynal
Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
linux-wpan, netdev
Hello Simon,
On 8/29/24 6:10 PM, Simon Horman wrote:
> Correct spelling in nl802154.h.
> As reported by codespell.
>
> Signed-off-by: Simon Horman <horms@kernel.org>
> ---
> include/net/nl802154.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/net/nl802154.h b/include/net/nl802154.h
> index 4c752f799957..a994dea74596 100644
> --- a/include/net/nl802154.h
> +++ b/include/net/nl802154.h
> @@ -192,7 +192,7 @@ enum nl802154_iftype {
> * @NL802154_CAP_ATTR_TX_POWERS: a nested attribute for
> * nl802154_wpan_phy_tx_power
> * @NL802154_CAP_ATTR_MIN_CCA_ED_LEVEL: minimum value for cca_ed_level
> - * @NL802154_CAP_ATTR_MAX_CCA_ED_LEVEL: maxmimum value for cca_ed_level
> + * @NL802154_CAP_ATTR_MAX_CCA_ED_LEVEL: maximum value for cca_ed_level
> * @NL802154_CAP_ATTR_CCA_MODES: nl802154_cca_modes flags
> * @NL802154_CAP_ATTR_CCA_OPTS: nl802154_cca_opts flags
> * @NL802154_CAP_ATTR_MIN_MINBE: minimum of minbe value
>
This patch has been applied to the wpan tree and will be
part of the next pull request to net. Thanks!
regards
Stefan Schmidt
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-08-30 20:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-29 16:10 [PATCH wpan-next 0/2] wpan: Correct spelling in headers Simon Horman
2024-08-29 16:10 ` [PATCH wpan-next 1/2] mac802154: Correct spelling in mac802154.h Simon Horman
2024-08-30 20:34 ` Stefan Schmidt
2024-08-29 16:10 ` [PATCH wpan-next 2/2] ieee802154: Correct spelling in nl802154.h Simon Horman
2024-08-30 20:35 ` Stefan Schmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).