[PATCH] src/common: fix typos
yegorslists at googlemail.com
yegorslists at googlemail.com
Tue Feb 1 02:33:29 PST 2022
From: Yegor Yefremov <yegorslists at googlemail.com>
Fix typos found with codespell utility.
Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
---
src/common/brcm_vendor.h | 8 ++++----
src/common/qca-vendor.h | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/common/brcm_vendor.h b/src/common/brcm_vendor.h
index f163dea73..c42ed7e8b 100644
--- a/src/common/brcm_vendor.h
+++ b/src/common/brcm_vendor.h
@@ -40,15 +40,15 @@
* @BRCM_VENDOR_SCMD_SET_CONNECT_PARAMS: Set some connect parameters.
* Used for the case that FW handle SAE.
*
- * @BRCM_VENDOR_SCMD_SET_START_AP_PARAMS: Set SoftAP paramters.
+ * @BRCM_VENDOR_SCMD_SET_START_AP_PARAMS: Set SoftAP parameters.
* Used for the case that FW handle SAE.
*
* @BRCM_VENDOR_SCMD_ACS: ACS command/event which is used to
* invoke the ACS function in device and pass selected channels to
* hostapd. Uses enum qca_wlan_vendor_attr_acs_offload attributes.
*
- * @BRCM_VENDOR_SCMD_MAX: This acts as a the tail of cmds list.
- * Make sure it located at the end of the list.
+ * @BRCM_VENDOR_SCMD_MAX: This acts as a tail of cmds list.
+ * Make sure it is located at the end of the list.
*
*/
enum brcm_nl80211_vendor_subcmds {
@@ -66,7 +66,7 @@ enum brcm_nl80211_vendor_subcmds {
};
/**
- * enum brcm_nl80211_vendor_events - BRCM nl80211 asynchoronous event identifiers
+ * enum brcm_nl80211_vendor_events - BRCM nl80211 asynchronous event identifiers
*
* @BRCM_VENDOR_EVENT_UNSPEC: Reserved value 0
*
diff --git a/src/common/qca-vendor.h b/src/common/qca-vendor.h
index 6ab9d1bd8..c4c781dc4 100644
--- a/src/common/qca-vendor.h
+++ b/src/common/qca-vendor.h
@@ -7003,7 +7003,7 @@ enum qca_wlan_vendor_attr_rtplinst {
* @QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_MODERATE:
* Use moderate level to improve latency by limit scan duration.
* @QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_LOW:
- * Use low latency level to benifit application like concurrent
+ * Use low latency level to benefit application like concurrent
* downloading or video streaming via constraint scan/adaptive PS.
* @QCA_WLAN_VENDOR_ATTR_CONFIG_LATENCY_LEVEL_ULTRALOW:
* Use ultra low latency level to benefit for gaming/voice
@@ -8553,7 +8553,7 @@ enum qca_wlan_vendor_attr_wifi_test_config {
* peer. Refers the enum qca_wlan_vendor_attr_twt_capability. It's a synchronous
* operation.
*
- * @QCA_WLAN_TWT_SETUP_READY_NOTIFY: Notify userspace that the firmare is
+ * @QCA_WLAN_TWT_SETUP_READY_NOTIFY: Notify userspace that the firmware is
* ready for a new TWT session setup after it issued a TWT teardown.
*
* @QCA_WLAN_TWT_SET_PARAM: Configure TWT related parameters. Required
--
2.17.0
More information about the Hostap
mailing list