net/netlink: make sure the headers line up actual value output
authorYU Bo <tsu.yubo@gmail.com>
Fri, 4 May 2018 03:09:23 +0000 (23:09 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 May 2018 17:00:57 +0000 (13:00 -0400)
commitae552ac2785d69189c865dcea7e71da02180c59c
tree915e07c9b76a2355db68d1a56fbb879d721a1e32
parentd89a2adb8bfe6f8949ff389acdb9fa298b6e8e12
net/netlink: make sure the headers line up actual value output

Making sure the headers line up properly with the actual value output of the command
`cat /proc/net/netlink`

Before the patch:
<sk       Eth Pid    Groups   Rmem     Wmem     Dump     Locks     Drops     Inode
<ffff8cd2c2f7b000 0   909    00000550 0        0        0 2        0        18946

After the patch:
>sk               Eth Pid        Groups   Rmem     Wmem     Dump  Locks    Drops    Inode
>0000000033203952 0   897        00000113 0        0        0     2        0        14906

Signed-off-by: Bo YU <tsu.yubo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlink/af_netlink.c