linux/net/l2tp
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
..
Kconfig
l2tp_core.c
l2tp_core.h
l2tp_debugfs.c
l2tp_eth.c net: make ndo_get_stats64 a void function 2017-01-08 17:51:44 -05:00
l2tp_ip6.c l2tp: rework socket comparison in __l2tp_ip*_bind_lookup() 2017-01-06 22:18:56 -05:00
l2tp_ip.c l2tp: rework socket comparison in __l2tp_ip*_bind_lookup() 2017-01-06 22:18:56 -05:00
l2tp_netlink.c
l2tp_ppp.c
Makefile