Re: [PATCH 03/34] net: atheros: atl1e: Fix wrong function name in comments

From: Andrew Lunn
Date: Sat May 15 2021 - 10:23:42 EST


On Sat, May 15, 2021 at 06:53:28PM +0800, Yang Shen wrote:
> 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@xxxxxxxxx>
> Signed-off-by: Yang Shen <shenyang39@xxxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew