diff options
author | Hannes Frederic Sowa <hannes@stressinduktion.org> | 2012-12-15 10:09:19 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-12-17 23:50:51 -0500 |
commit | 9f1e0ad0ad3e19fce3df864502e9f419204397d7 (patch) | |
tree | 00dc26475280c0443889067be591333d20a2423e /net/netlink | |
parent | d32649d1712b2e66d4ffebe0076561e15b598caf (diff) |
netlink: change presentation of portid in procfs to unsigned
Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netlink')
-rw-r--r-- | net/netlink/af_netlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c index c8a1eb6eca2d..9ee52b6a12dd 100644 --- a/net/netlink/af_netlink.c +++ b/net/netlink/af_netlink.c | |||
@@ -2059,7 +2059,7 @@ static int netlink_seq_show(struct seq_file *seq, void *v) | |||
2059 | struct sock *s = v; | 2059 | struct sock *s = v; |
2060 | struct netlink_sock *nlk = nlk_sk(s); | 2060 | struct netlink_sock *nlk = nlk_sk(s); |
2061 | 2061 | ||
2062 | seq_printf(seq, "%pK %-3d %-6d %08x %-8d %-8d %pK %-8d %-8d %-8lu\n", | 2062 | seq_printf(seq, "%pK %-3d %-6u %08x %-8d %-8d %pK %-8d %-8d %-8lu\n", |
2063 | s, | 2063 | s, |
2064 | s->sk_protocol, | 2064 | s->sk_protocol, |
2065 | nlk->portid, | 2065 | nlk->portid, |