qcacld-3.0: Fix misspellings of "control"
Fix misspellings: conrol ==> control contrl ==> control controle ==> control Change-Id: I7bb6d57fd3a218b0798550943312921f7626e607 CRs-Fixed: 3275699
This commit is contained in:

committed by
Madan Koyyalamudi

parent
20929e67b8
commit
6ac455a704
@@ -1650,7 +1650,7 @@ static inline bool hdd_get_wlan_driver_status(void)
|
||||
#endif
|
||||
|
||||
/**
|
||||
* enum wlan_state_ctrl_str_id - state contrl param string id
|
||||
* enum wlan_state_ctrl_str_id - state control param string id
|
||||
* @WLAN_OFF_STR: Turn OFF WiFi
|
||||
* @WLAN_ON_STR: Turn ON WiFi
|
||||
* @WLAN_ENABLE_STR: Enable WiFi
|
||||
|
@@ -15649,7 +15649,7 @@ __wlan_hdd_cfg80211_set_trace_level(struct wiphy *wiphy,
|
||||
|
||||
print_idx = qdf_get_pidx();
|
||||
if (print_idx < 0 || print_idx >= MAX_PRINT_CONFIG_SUPPORTED) {
|
||||
hdd_err("Invalid print controle object index");
|
||||
hdd_err("Invalid print control object index");
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
@@ -545,7 +545,7 @@ void wma_print_he_cap(tDot11fIEhe_cap *he_cap)
|
||||
wma_debug("HE Capabilities:");
|
||||
|
||||
/* HE MAC capabilities */
|
||||
wma_nofl_debug("\tHTC-HE conrol: 0x%01x", he_cap->htc_he);
|
||||
wma_nofl_debug("\tHTC-HE control: 0x%01x", he_cap->htc_he);
|
||||
wma_nofl_debug("\tTWT Requestor support: 0x%01x", he_cap->twt_request);
|
||||
wma_nofl_debug("\tTWT Responder support: 0x%01x", he_cap->twt_responder);
|
||||
wma_nofl_debug("\tFragmentation support: 0x%02x", he_cap->fragmentation);
|
||||
@@ -828,7 +828,7 @@ void wma_print_he_mac_cap_w1(uint32_t mac_cap)
|
||||
{
|
||||
wma_debug("HE MAC Capabilities:");
|
||||
|
||||
wma_nofl_debug("\tHTC-HE conrol: 0x%01x", WMI_HECAP_MAC_HECTRL_GET(mac_cap));
|
||||
wma_nofl_debug("\tHTC-HE control: 0x%01x", WMI_HECAP_MAC_HECTRL_GET(mac_cap));
|
||||
wma_nofl_debug("\tTWT Requestor support: 0x%01x",
|
||||
WMI_HECAP_MAC_TWTREQ_GET(mac_cap));
|
||||
wma_nofl_debug("\tTWT Responder support: 0x%01x",
|
||||
|
Reference in New Issue
Block a user