diff options
author | Zhao Qiang <qiang.zhao@nxp.com> | 2017-08-17 03:18:46 (GMT) |
---|---|---|
committer | Xie Xiaobo <xiaobo.xie@nxp.com> | 2017-12-12 07:32:34 (GMT) |
commit | f1c5ecfe04faa56f45ab2ff5eed97bc88ca3987a (patch) | |
tree | 8e4ce1a5bfd3f8ba13e81eac20fd4585f8d3c93b /fs/hpfs/file.c | |
parent | 1a76d6f81f9c8ba318eaa3971564f28f63aa30eb (diff) | |
download | linux-f1c5ecfe04faa56f45ab2ff5eed97bc88ca3987a.tar.xz |
net: make ndo_get_stats64 a void function
commit bc1f44709cf27fb2a5766cadafe7e2ad5e9cb221
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>
Integrated-by: Zhao Qiang <qiang.zhao@nxp.com>
Diffstat (limited to 'fs/hpfs/file.c')
0 files changed, 0 insertions, 0 deletions