qcacld-3.0: Fix typo "connnection"

Replace typo "connnection" with correct spelling "connection".

Change-Id: I080bf56159601de7a51aa0e8798564f00653b1c2
CRs-Fixed: 2238297
Cette révision appartient à :
Jeff Johnson
2018-05-06 16:04:21 -07:00
révisé par nshrivas
Parent d6a8af963d
révision e444c108f4

Voir le fichier

@@ -8073,7 +8073,7 @@ int wlan_hdd_cfg80211_start_bss(struct hdd_adapter *adapter,
}
if (!hdd_set_connection_in_progress(true)) {
hdd_err("Can't start BSS: set connnection in progress failed");
hdd_err("Can't start BSS: set connection in progress failed");
ret = -EINVAL;
goto error;
}