summaryrefslogtreecommitdiffstats
path: root/net/phonet
diff options
context:
space:
mode:
Diffstat (limited to 'net/phonet')
-rw-r--r--net/phonet/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/phonet/socket.c b/net/phonet/socket.c
index 1afd1381cdc7..77e38f733496 100644
--- a/net/phonet/socket.c
+++ b/net/phonet/socket.c
@@ -793,7 +793,7 @@ static int pn_res_seq_show(struct seq_file *seq, void *v)
793 struct sock **psk = v; 793 struct sock **psk = v;
794 struct sock *sk = *psk; 794 struct sock *sk = *psk;
795 795
796 seq_printf(seq, "%02X %5d %lu%n", 796 seq_printf(seq, "%02X %5u %lu%n",
797 (int) (psk - pnres.sk), 797 (int) (psk - pnres.sk),
798 from_kuid_munged(seq_user_ns(seq), sock_i_uid(sk)), 798 from_kuid_munged(seq_user_ns(seq), sock_i_uid(sk)),
799 sock_i_ino(sk), &len); 799 sock_i_ino(sk), &len);