Selaa lähdekoodia

qcacld-3.0: Fix typo "adress"

Replace typo "adress" with correct spelling "address".

Change-Id: I9bd286f412f3912b60caa75df630432f5c14c8ac
CRs-Fixed: 2238297
Jeff Johnson 7 vuotta sitten
vanhempi
sitoutus
06095fbeac
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      core/hdd/src/wlan_hdd_main.c

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

@@ -3233,7 +3233,7 @@ static void hdd_close_cesium_nl_sock(void)
  * @addr:	Pointer to the sockaddr.
  *
  * This function sets the user specified mac address using
- * the command ifconfig wlanX hw ether <mac adress>.
+ * the command ifconfig wlanX hw ether <mac address>.
  *
  * Return: 0 for success, non zero for failure
  */
@@ -3297,7 +3297,7 @@ static int __hdd_set_mac_address(struct net_device *dev, void *addr)
  * @addr: Pointer to the sockaddr
  *
  * This function sets the user specified mac address using
- * the command ifconfig wlanX hw ether <mac adress>.
+ * the command ifconfig wlanX hw ether <mac address>.
  *
  * Return: 0 for success.
  */