diff options
Diffstat (limited to 'net/netlink/af_netlink.c')
| -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 216ab915dd54..718a97d5f1fd 100644 --- a/net/netlink/af_netlink.c +++ b/net/netlink/af_netlink.c | |||
| @@ -2642,7 +2642,7 @@ static int netlink_seq_show(struct seq_file *seq, void *v) | |||
| 2642 | struct sock *s = v; | 2642 | struct sock *s = v; |
| 2643 | struct netlink_sock *nlk = nlk_sk(s); | 2643 | struct netlink_sock *nlk = nlk_sk(s); |
| 2644 | 2644 | ||
| 2645 | seq_printf(seq, "%pK %-3d %-10u %08x %-8d %-8d %-5d %-8d %-8d %-8lu\n", | 2645 | seq_printf(seq, "%pK %-3d %-10u %08x %-8d %-8d %-5d %-8d %-8u %-8lu\n", |
| 2646 | s, | 2646 | s, |
| 2647 | s->sk_protocol, | 2647 | s->sk_protocol, |
| 2648 | nlk->portid, | 2648 | nlk->portid, |
