Patrick Talbert ea9a03791a net: Treat sock->sk_drops as an unsigned int when printing
Currently, procfs socket stats format sk_drops as a signed int (%d). For large
values this will cause a negative number to be printed.

We know the drop count can never be a negative so change the format specifier to
%u.

Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-05-19 10:31:10 -07:00
..
2019-04-08 09:15:17 +02:00
2019-04-08 09:15:17 +02:00
2019-05-01 11:47:54 -04:00
2019-05-15 09:22:41 -07:00
2019-05-01 22:29:56 -04:00