Преглед на файлове

qcacmn: Fix the misspellings of public, module and posting

Fix the misspellings of public, module and posting in
wlan_cm_sm.h

Change-Id: I5285f189ce7befe8da5bea04bac53ba093540120
CRs-Fixed: 3287669
Abhishek Singh преди 2 години
родител
ревизия
d14b4649c7
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      umac/mlme/connection_mgr/core/src/wlan_cm_sm.h

+ 3 - 3
umac/mlme/connection_mgr/core/src/wlan_cm_sm.h

@@ -334,9 +334,9 @@ QDF_STATUS cm_sm_deliver_event_sync(struct cnx_mgr *cm_ctx,
  * @data_len: data size
  * @data: event data
  *
- * API to dispatch event to VDEV MLME SM with lock. To be used while paosting
- * events from API called from publick API. i.e. indication/response/request
- * from any other moudle or NB/SB.
+ * API to dispatch event to VDEV MLME SM with lock. To be used while posting
+ * events from API called from public API. i.e. indication/response/request
+ * from any other module or NB/SB req/resp.
  *
  * Context: Can be called from any context, This should be called in case
  * SM lock is not taken, the API will take the lock before posting to SM.