Commit b43e1554 authored by Yang Shen's avatar Yang Shen Committed by David S. Miller

net: atheros: atl1e: Fix wrong function name in comments

Fixes the following W=1 kernel build warning(s):

 drivers/net/ethernet/atheros/atl1e/atl1e_main.c:367: warning: expecting prototype for atl1e_set_mac(). Prototype was for atl1e_set_mac_addr() instead
 drivers/net/ethernet/atheros/atl1e/atl1e_main.c:796: warning: expecting prototype for atl1e_setup_mem_resources(). Prototype was for atl1e_setup_ring_resources() instead

Cc: Chris Snook <chris.snook@gmail.com>
Signed-off-by: default avatarYang Shen <shenyang39@huawei.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8965c1c5
...@@ -357,7 +357,7 @@ static void atl1e_restore_vlan(struct atl1e_adapter *adapter) ...@@ -357,7 +357,7 @@ static void atl1e_restore_vlan(struct atl1e_adapter *adapter)
} }
/** /**
* atl1e_set_mac - Change the Ethernet Address of the NIC * atl1e_set_mac_addr - Change the Ethernet Address of the NIC
* @netdev: network interface device structure * @netdev: network interface device structure
* @p: pointer to an address structure * @p: pointer to an address structure
* *
...@@ -787,7 +787,7 @@ static void atl1e_free_ring_resources(struct atl1e_adapter *adapter) ...@@ -787,7 +787,7 @@ static void atl1e_free_ring_resources(struct atl1e_adapter *adapter)
} }
/** /**
* atl1e_setup_mem_resources - allocate Tx / RX descriptor resources * atl1e_setup_ring_resources - allocate Tx / RX descriptor resources
* @adapter: board private structure * @adapter: board private structure
* *
* Return 0 on success, negative on failure * Return 0 on success, negative on failure
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment