Jelajahi Sumber

qcacld-3.0: Fix misspellings "disbale" and "disbaled"

Fix misspellings:
disbale ==> disable
disbaled ==> disabled
Disbaled ==> Disabled

In addition do further cleanup of the hdd_green_ap_check_enable()
documentation.

Change-Id: Id7e26d2c8ef7410a124e04f4d9a5968be7f37b88
CRs-Fixed: 3274604
Jeff Johnson 2 tahun lalu
induk
melakukan
e7e0e0c140

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

@@ -600,7 +600,7 @@ static void hdd_set_oem_6g_supported(struct hdd_context *hdd_ctx)
 	ucfg_wifi_pos_set_oem_6g_supported(hdd_ctx->psoc,
 					   set_wifi_pos_6g_disabled);
 	hdd_debug("oem 6g support is - %s",
-		  set_wifi_pos_6g_disabled ? "Disbaled" : "Enabled");
+		  set_wifi_pos_6g_disabled ? "Disabled" : "Enabled");
 }
 
 /**

+ 2 - 1
core/hdd/src/wlan_hdd_green_ap.c

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2012-2018, 2020 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -32,7 +33,7 @@
 /**
  * hdd_green_ap_check_enable() - to check whether to enable green ap or not
  * @hdd_ctx: hdd context
- * @enable_green_ap: 1 - enable green ap enabled, 0 - disbale green ap
+ * @enable_green_ap: true - enable green ap, false - disable green ap
  *
  * Return: 0 - success, < 0 - failure
  */

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

@@ -619,7 +619,7 @@ int hdd_set_p2p_opps(struct net_device *dev, uint8_t *command)
 	if (ctwindow != -1)
 		adapter->ctw = ctwindow;
 
-	/* Send command to FW when OppPS is either enabled(1)/disbaled(0) */
+	/* Send command to FW when OppPS is either enabled(1)/disabled(0) */
 	if (opp_ps != -1) {
 		adapter->ops = opp_ps;
 		noa.opp_ps = adapter->ops;

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

@@ -3572,7 +3572,7 @@ static int __wlan_hdd_cfg80211_ll_stats_ext_set_param(struct wiphy *wiphy,
 			period = LL_STATS_MIN_PERIOD;
 
 		/*
-		 * Only enable/disbale counters.
+		 * Only enable/disable counters.
 		 * Keep the last threshold settings.
 		 */
 		goto set_period;

+ 1 - 1
core/mac/src/pe/lim/lim_process_sme_req_messages.c

@@ -9328,7 +9328,7 @@ send_ie:
  * @mac_ctx: Pointer to Global MAC structure
  * @session: pointer to session
  *
- * This function will disbale bss color.
+ * This function will disable bss color.
  *
  * Return: None
  */