/openbmc/linux/drivers/net/ |
H A D | nlmon.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
H A D | dummy.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
H A D | ifb.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/drivers/net/ethernet/ |
H A D | ec_bhf.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/drivers/net/ethernet/alacritech/ |
H A D | slicoss.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/drivers/net/fjes/ |
H A D | fjes_main.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_main.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | 8139too.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/net/openvswitch/ |
H A D | vport-internal_dev.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/net/sched/ |
H A D | sch_teql.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/drivers/net/vmxnet3/ |
H A D | vmxnet3_ethtool.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
H A D | vmxnet3_int.h | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_netdev.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/drivers/net/ethernet/calxeda/ |
H A D | xgmac.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/drivers/net/slip/ |
H A D | slip.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/drivers/net/ethernet/via/ |
H A D | via-rhine.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/net/l2tp/ |
H A D | l2tp_eth.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_main.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | b44.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/drivers/net/ethernet/atheros/alx/ |
H A D | main.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|
/openbmc/linux/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | diff bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221 Fri Jan 06 21:12:52 CST 2017 stephen hemminger <stephen@networkplumber.org> 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>
|