• Yang Shen's avatar
    net: via: Fix wrong function name in comments · 03055a25
    Yang Shen authored
    Fixes the following W=1 kernel build warning(s):
    
     drivers/net/ethernet/via/via-velocity.c:1908: warning: expecting prototype for tx_srv(). Prototype was for velocity_tx_srv() instead
     drivers/net/ethernet/via/via-velocity.c:2466: warning: expecting prototype for velocity_get_status(). Prototype was for velocity_get_stats() instead
     drivers/net/ethernet/via/via-velocity.c:3734: warning: expecting prototype for velocity_cleanup(). Prototype was for velocity_cleanup_module() instead
    
    Cc: Francois Romieu <romieu@fr.zoreil.com>
    Signed-off-by: default avatarYang Shen <shenyang39@huawei.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    03055a25
via-velocity.c 93.9 KB