From f5ebdac8900f7e0ee9a26b8e408f2eefc4074139 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Wed, 24 Aug 2022 09:21:52 -0700 Subject: [PATCH] qcacld-3.0: Fix misspelling "stoping" Fix misspelling: stoping ==> stopping Change-Id: I493301883736b239eec7c74a7f9d8e3946250e77 CRs-Fixed: 3275700 --- core/hdd/inc/wlan_hdd_main.h | 2 +- core/hdd/src/wlan_hdd_hostapd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/hdd/inc/wlan_hdd_main.h b/core/hdd/inc/wlan_hdd_main.h index df0037380d..45692f41a5 100644 --- a/core/hdd/inc/wlan_hdd_main.h +++ b/core/hdd/inc/wlan_hdd_main.h @@ -3501,7 +3501,7 @@ wlan_hdd_deinit_multi_client_info_table(struct hdd_adapter *adapter) int hdd_wlan_start_modules(struct hdd_context *hdd_ctx, bool reinit); /** - * hdd_wlan_stop_modules - Single driver state machine for stoping modules + * hdd_wlan_stop_modules - Single driver state machine for stopping modules * @hdd_ctx: HDD context * @ftm_mode: ftm mode * diff --git a/core/hdd/src/wlan_hdd_hostapd.c b/core/hdd/src/wlan_hdd_hostapd.c index 0a74104585..f78a397fb9 100644 --- a/core/hdd/src/wlan_hdd_hostapd.c +++ b/core/hdd/src/wlan_hdd_hostapd.c @@ -7604,7 +7604,7 @@ static int __wlan_hdd_cfg80211_start_ap(struct wiphy *wiphy, * different or same band( whether we require DBS or Not). * If we dont require DBS, then the driver does nothing assuming * the state would be already in non DBS mode, and just continues - * with vdev up on same MAC, by stoping the opportunistic timer, + * with vdev up on same MAC, by stopping the opportunistic timer, * which results in a connection of 1x1 if already the state was in * DBS. So first stop timer, and check the current hw mode. * If the SAP comes up in band different from STA, DBS mode is already