linux/drivers/net/ethernet/neterion/vxge
stephen hemminger bc1f44709c net: make ndo_get_stats64 a void function
The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.

Fix all drivers with ndo_get_stats64 to have a void function.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-01-08 17:51:44 -05:00
..
Makefile
vxge-config.c vxge: fix sparse warning 2015-02-05 16:07:06 -08:00
vxge-config.h ethernet/neterion: use core min/max MTU checking 2016-10-18 11:34:20 -04:00
vxge-ethtool.c drivers/net: get rid of unnecessary initializations in .get_drvinfo() 2015-10-16 00:24:10 -07:00
vxge-ethtool.h vxge: Add const to ethtool_driver_stats_keys 2015-04-01 15:35:14 -04:00
vxge-main.c net: make ndo_get_stats64 a void function 2017-01-08 17:51:44 -05:00
vxge-main.h vxge: make local functions static 2014-01-16 16:22:54 -08:00
vxge-reg.h
vxge-traffic.c vxge: use swap() in vxge_hw_channel_dtr_alloc() 2015-06-11 15:19:41 -07:00
vxge-traffic.h vxge: make local functions static 2014-01-16 16:22:54 -08:00
vxge-version.h