| Date | Sat, 15 May 2021 16:23:26 +0200 | From | Andrew Lunn <> | Subject | Re: [PATCH 03/34] net: atheros: atl1e: Fix wrong function name in comments |
| |
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@gmail.com> > Signed-off-by: Yang Shen <shenyang39@huawei.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew
|