qcacld-3.0: Fix typo "Succesfully"
Replace typo "Succesfully" with correct spelling "Successfully". Change-Id: I29dd54581aecbc4c1b0025f6c205576cb7961fd2 CRs-Fixed: 2238297
Tento commit je obsažen v:
@@ -8113,7 +8113,7 @@ int wlan_hdd_cfg80211_start_bss(struct hdd_adapter *adapter,
|
||||
ret = -EINVAL;
|
||||
goto error;
|
||||
}
|
||||
/* Succesfully started Bss update the state bit. */
|
||||
/* Successfully started Bss update the state bit. */
|
||||
set_bit(SOFTAP_BSS_STARTED, &adapter->event_flags);
|
||||
/* Initialize WMM configuation */
|
||||
hdd_wmm_init(adapter);
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele