diff mbox series

[wpan-next,1/2] mac802154: Correct spelling in mac802154.h

Message ID 20240829-wpan-spell-v1-1-799d840e02c4@kernel.org (mailing list archive)
State Awaiting Upstream
Delegated to: Netdev Maintainers
Headers show
Series wpan: Correct spelling in headers | expand

Checks

Context Check Description
netdev/series_format warning Target tree name not specified in the subject
netdev/tree_selection success Guessed tree name to be net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 16 this patch: 16
netdev/build_tools success Errors and warnings before: 0 this patch: 0
netdev/cc_maintainers success CCed 8 of 8 maintainers
netdev/build_clang success Errors and warnings before: 16 this patch: 16
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 19 this patch: 19
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 16 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 4 this patch: 4
netdev/source_inline success Was 0 now: 0

Commit Message

Simon Horman Aug. 29, 2024, 4:10 p.m. UTC
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(-)

Comments

Stefan Schmidt Aug. 30, 2024, 8:34 p.m. UTC | #1
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
diff mbox series

Patch

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.