• Yang Shen's avatar
    net: atheros: atl1c: Fix wrong function name in comments · 8965c1c5
    Yang Shen authored
    
    
    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: default avatarYang Shen <shenyang39@huawei.com>
    Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    8965c1c5
atl1c_main.c 77.6 KB