Loading net/netlink/af_netlink.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2059,7 +2059,7 @@ static int netlink_seq_show(struct seq_file *seq, void *v) struct sock *s = v; struct sock *s = v; struct netlink_sock *nlk = nlk_sk(s); struct netlink_sock *nlk = nlk_sk(s); seq_printf(seq, "%pK %-3d %-6d %08x %-8d %-8d %pK %-8d %-8d %-8lu\n", seq_printf(seq, "%pK %-3d %-6u %08x %-8d %-8d %pK %-8d %-8d %-8lu\n", s, s, s->sk_protocol, s->sk_protocol, nlk->portid, nlk->portid, Loading Loading
net/netlink/af_netlink.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2059,7 +2059,7 @@ static int netlink_seq_show(struct seq_file *seq, void *v) struct sock *s = v; struct sock *s = v; struct netlink_sock *nlk = nlk_sk(s); struct netlink_sock *nlk = nlk_sk(s); seq_printf(seq, "%pK %-3d %-6d %08x %-8d %-8d %pK %-8d %-8d %-8lu\n", seq_printf(seq, "%pK %-3d %-6u %08x %-8d %-8d %pK %-8d %-8d %-8lu\n", s, s, s->sk_protocol, s->sk_protocol, nlk->portid, nlk->portid, Loading