qcacld-3.0: components: mlme: Fix misspellings

Fix misspellings in components/mlme/...

Change-Id: I98641d9bc2d61b8c5196e5c2803e95e2b2c33ebf
CRs-Fixed: 3303641
This commit is contained in:
Jeff Johnson
2022-09-29 14:32:20 -07:00
committed by Madan Koyyalamudi
parent 084c635032
commit 767fcd7bf2
15 changed files with 59 additions and 55 deletions

View File

@@ -4287,7 +4287,7 @@ char *mlme_get_roam_trigger_str(uint32_t roam_scan_trigger)
case WMI_ROAM_TRIGGER_REASON_BTM:
return "BTM TRIGGER";
case WMI_ROAM_TRIGGER_REASON_UNIT_TEST:
return "TEST COMMMAND";
return "TEST COMMAND";
case WMI_ROAM_TRIGGER_REASON_BSS_LOAD:
return "HIGH BSS LOAD";
case WMI_ROAM_TRIGGER_REASON_DEAUTH: