Loading net/phonet/socket.c +2 −1 Original line number Diff line number Diff line Loading @@ -723,7 +723,8 @@ static int pn_res_seq_show(struct seq_file *seq, void *v) struct sock *sk = *psk; seq_printf(seq, "%02X %5d %lu%n", psk - pnres.sk, sock_i_uid(sk), sock_i_ino(sk), &len); (int) (psk - pnres.sk), sock_i_uid(sk), sock_i_ino(sk), &len); } seq_printf(seq, "%*s\n", 63 - len, ""); return 0; Loading Loading
net/phonet/socket.c +2 −1 Original line number Diff line number Diff line Loading @@ -723,7 +723,8 @@ static int pn_res_seq_show(struct seq_file *seq, void *v) struct sock *sk = *psk; seq_printf(seq, "%02X %5d %lu%n", psk - pnres.sk, sock_i_uid(sk), sock_i_ino(sk), &len); (int) (psk - pnres.sk), sock_i_uid(sk), sock_i_ino(sk), &len); } seq_printf(seq, "%*s\n", 63 - len, ""); return 0; Loading