net: nlmon: Simplify nlmon_get_stats64
authorBreno Leitao <leitao@debian.org>
Fri, 1 Mar 2024 13:42:14 +0000 (05:42 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Mar 2024 10:18:02 +0000 (10:18 +0000)
commit26b5df99bf603d3eb1a0acae239192e7d01c6b0e
tree1b08d1a85ef5d103e4ad762c8b803a9531297ac1
parent4f41ce81a919cdaa6ae545f1c76264e719a7be0f
net: nlmon: Simplify nlmon_get_stats64

Do not set rtnl_link_stats64 fields to zero, since they are zeroed
before ops->ndo_get_stats64 is called in core dev_get_stats() function.

Also, simplify the data collection by removing the temporary variable.

Signed-off-by: Breno Leitao <leitao@debian.org>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/nlmon.c