Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f1e0ad0 authored by Hannes Frederic Sowa's avatar Hannes Frederic Sowa Committed by David S. Miller
Browse files

netlink: change presentation of portid in procfs to unsigned

parent d32649d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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,