]> git.proxmox.com Git - mirror_iproute2.git/commit
ipaddress: Unify print_link_stats() and print_link_stats64()
authorSerhey Popovych <serhe.popovych@gmail.com>
Wed, 7 Feb 2018 06:30:51 +0000 (08:30 +0200)
committerDavid Ahern <dsahern@gmail.com>
Thu, 8 Feb 2018 00:15:04 +0000 (16:15 -0800)
commitfb7b8168279cc1a1bc6124d8765d3367b68996be
tree5b317a48632ebe64a81de5eb6e72d28806495a7c
parent306d6160939202e0545c4d7a8b64271cdafb918a
ipaddress: Unify print_link_stats() and print_link_stats64()

To show real differences between these two variants adjust whitespace
intendation and use print_uint() instead of print_int() as all members
in both @struct rtnl_link_stats and @struct rtnl_link_stats64 are
unsigned.

Signed-off-by: Serhey Popovych <serhe.popovych@gmail.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
ip/ipaddress.c