Ver código fonte

qcacld-3.0: Fix misspellings of "adapter"

Fix multiple misspellings of "adapter:
adpater ==> adapter
adpter ==> adapter
adatper ==> adapter
adapte ==> adapter

Change-Id: If4143516cc1fa41dc12f5e8ec3effdde7b52e8f6
CRs-Fixed: 3274600
Jeff Johnson 2 anos atrás
pai
commit
cfd6aff18a

+ 1 - 1
core/hdd/inc/wlan_hdd_assoc.h

@@ -245,7 +245,7 @@ enum band_info hdd_conn_get_connected_band(struct hdd_adapter *adapter);
  *                                        is in progress
  * @hdd_ctx: hdd context
  *
- * Return: hdd adpater for which connection is in progress
+ * Return: hdd adapter for which connection is in progress
  */
 struct hdd_adapter *hdd_get_sta_connection_in_progress(
 			struct hdd_context *hdd_ctx);

+ 1 - 1
core/hdd/src/wlan_hdd_hostapd.h

@@ -74,7 +74,7 @@ int hdd_softap_set_channel_change(struct net_device *dev,
  *
  */
 void hdd_stop_sap_set_tx_power(struct wlan_objmgr_psoc *psoc,
-			       struct hdd_adapter *adapte);
+			       struct hdd_adapter *adapter);
 
 #ifdef FEATURE_WLAN_MCC_TO_SCC_SWITCH
 /**

+ 2 - 2
core/hdd/src/wlan_hdd_main.c

@@ -7299,7 +7299,7 @@ static void wlan_hdd_cfg80211_scan_block_cb(struct work_struct *work)
 }
 
 /**
- * hdd_open_adapter() - open and setup the hdd adatper
+ * hdd_open_adapter() - open and setup the hdd adapter
  * @hdd_ctx: global hdd context
  * @session_type: type of the interface to be created
  * @iface_name: User-visible name of the interface
@@ -7308,7 +7308,7 @@ static void wlan_hdd_cfg80211_scan_block_cb(struct work_struct *work)
  * @rtnl_held: the rtnl lock hold flag
  * @params: adapter create params
  *
- * This function open and setup the hdd adpater according to the device
+ * This function open and setup the hdd adapter according to the device
  * type request, assign the name, the mac address assigned, and then prepared
  * the hdd related parameters, queue, lock and ready to start.
  *

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

@@ -1351,7 +1351,7 @@ static uint32_t set_first_connection_operating_channel(
 
 	oper_chan_freq = hdd_get_operating_chan_freq(hdd_ctx, dev_mode);
 	if (!oper_chan_freq) {
-		hdd_err(" First adpter operating channel is invalid");
+		hdd_err(" First adapter operating channel is invalid");
 		return -EINVAL;
 	}
 	operating_channel = wlan_reg_freq_to_chan(hdd_ctx->pdev,