Re: [PATCH 02/34] net: atheros: atl1c: Fix wrong function name in comments

From: Andrew Lunn
Date: Sat May 15 2021 - 10:22:25 EST


On Sat, May 15, 2021 at 06:53:27PM +0800, Yang Shen wrote:
> Fixes the following W=1 kernel build warning(s):
>
> drivers/net/ethernet/atheros/atl1c/atl1c_main.c:442: warning: expecting prototype for atl1c_set_mac(). Prototype was for atl1c_set_mac_addr() instead
> drivers/net/ethernet/atheros/atl1c/atl1c_main.c:969: warning: expecting prototype for atl1c_setup_mem_resources(). Prototype was for atl1c_setup_ring_resources() instead
> drivers/net/ethernet/atheros/atl1c/atl1c_main.c:1375: warning: expecting prototype for atl1c_configure(). Prototype was for atl1c_configure_mac() instead
>
> Cc: Chris Snook <chris.snook@xxxxxxxxx>
> Signed-off-by: Yang Shen <shenyang39@xxxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew