qcacld-3.0: Fix typo "adress"

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

Change-Id: I9bd286f412f3912b60caa75df630432f5c14c8ac
CRs-Fixed: 2238297
This commit is contained in:
Jeff Johnson
2018-05-06 16:16:42 -07:00
committed by nshrivas
vanhempi 626f4d93d3
commit 06095fbeac

Näytä tiedosto

@@ -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.
*/