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:
Jeff Johnson
2018-05-06 17:12:48 -07:00
odevzdal nshrivas
rodič 37a41264d1
revize 45ecc2494a

Zobrazit soubor

@@ -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);