diff options
author | Simon Horman <horms@kernel.org> | 2024-08-29 17:10:50 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2024-08-30 22:30:55 +0200 |
commit | 3682c302e72d71abeb17a81a6d29f281b22928e2 (patch) | |
tree | 684ce0b5628378f8cc5a9b97636c781e65ff0fc8 /include | |
parent | 7eba264a3c102b6c006aa429f7eb25d2b8533da7 (diff) |
ieee802154: Correct spelling in nl802154.h
Correct spelling in nl802154.h.
As reported by codespell.
Signed-off-by: Simon Horman <horms@kernel.org>
Message-ID: <20240829-wpan-spell-v1-2-799d840e02c4@kernel.org>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/nl802154.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |