Browse Source

qcacld-3.0: Fix typo "diable"

Replace typo "diable" with correct spelling "disable".

Change-Id: Ifb0d0086c1356a92fd868a22c2f1e1693f66066a
CRs-Fixed: 2238297
Jeff Johnson 7 years ago
parent
commit
f2cf659cc2
4 changed files with 4 additions and 4 deletions
  1. 1 1
      core/cds/src/cds_api.c
  2. 1 1
      core/dp/txrx/ol_cfg.c
  3. 1 1
      core/hdd/src/wlan_hdd_wext.c
  4. 1 1
      core/mac/inc/sir_api.h

+ 1 - 1
core/cds/src/cds_api.c

@@ -2929,7 +2929,7 @@ QDF_STATUS cds_smmu_mem_map_setup(qdf_device_t osdev, bool ipa_present)
 				cds_err("SMMU mismatch: IPA: enable, WLAN: disable");
 				return QDF_STATUS_E_FAILURE;
 			} else {
-				cds_info("SMMU diabled from both IPA and WLAN side");
+				cds_info("SMMU disabled from both IPA and WLAN side");
 			}
 		}
 	}

+ 1 - 1
core/dp/txrx/ol_cfg.c

@@ -106,7 +106,7 @@ struct cdp_cfg *ol_pdev_cfg_attach(qdf_device_t osdev, void *pcfg_param)
 
 	ol_pdev_cfg_param_update(cfg_ctx);
 
-	/* temporarily diabled PN check for Riva/Pronto */
+	/* temporarily disabled PN check for Riva/Pronto */
 	cfg_ctx->rx_pn_check = 1;
 	cfg_ctx->defrag_timeout_check = ol_defrag_timeout_check();
 	cfg_ctx->max_peer_id = 511;

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

@@ -127,7 +127,7 @@
 #define WE_SET_MAX_ASSOC     4
 /*
  * <ioctl>
- * scan_diable - Disable scan
+ * scan_disable - Disable scan
  *
  * @INPUT: set_value
  *

+ 1 - 1
core/mac/inc/sir_api.h

@@ -5383,7 +5383,7 @@ struct sir_rx_threshold {
  *     threshold is not set in the bitmap, global threshold will take
  *     effect.
  * @global: whether clobal threshold is enabled.
- *     When both global and dedicated threshold are diabled, MAC counter
+ *     When both global and dedicated threshold are disabled, MAC counter
  *     will indicate stats periodically.
  * @global_threshold: global threshold value
  * @cca_bitmap: bitmap for CCA.