diff options
author | Simon Horman <horms@kernel.org> | 2024-08-29 17:10:49 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2024-08-30 22:28:15 +0200 |
commit | 7eba264a3c102b6c006aa429f7eb25d2b8533da7 (patch) | |
tree | bf8c68542928e8cc3798bf7e54397c0aa87f3738 | |
parent | b8ec0dc3845f6c9089573cb5c2c4b05f7fc10728 (diff) |
mac802154: Correct spelling in mac802154.h
Correct spelling in mac802154.h.
As reported by codespell.
Signed-off-by: Simon Horman <horms@kernel.org>
Message-ID: <20240829-wpan-spell-v1-1-799d840e02c4@kernel.org>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
-rw-r--r-- | include/net/mac802154.h | 4 |
1 files 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. |