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