Jelajahi Sumber

qcacld-3.0: Fix misspellings of 'update'

Fix misspellings:
- udpated => updated
- udpate_type => update_type

Change-Id: I0481278e76a6482d0974d1730398cbcf633f4b08
CRs-Fixed: 2241929
Jeff Johnson 7 tahun lalu
induk
melakukan
c5927def57
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      core/hdd/src/wlan_hdd_he.c
  2. 1 1
      core/sme/src/common/sme_api.c

+ 1 - 1
core/hdd/src/wlan_hdd_he.c

@@ -31,7 +31,7 @@
 /**
  * hdd_he_set_wni_cfg() - Update WNI CFG
  * @hdd_ctx: HDD context
- * @cfg_id: CFG to be udpated
+ * @cfg_id: CFG to be updated
  * @new_value: Value to be updated
  *
  * Update WNI CFG with the value passed.

+ 1 - 1
core/sme/src/common/sme_api.c

@@ -10275,7 +10275,7 @@ QDF_STATUS sme_set_auto_shutdown_timer(tHalHandle hHal, uint32_t timer_val)
  *   API to request channel avoidance update from FW.
  *
  * hHal - The handle returned by mac_open
- * update_type - The udpate_type parameter of this request call
+ * update_type - The update_type parameter of this request call
  * Return Configuration message posting status, SUCCESS or Fail
  */
 QDF_STATUS sme_ch_avoid_update_req(tHalHandle hHal)