Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214551
b: refs/heads/master
c: 9e0064a
h: refs/heads/master
i:
  214549: 8b9be9b
  214547: 9244c5b
  214543: bda5a27
v: v3
  • Loading branch information
David S. Miller committed Sep 16, 2010
1 parent cb4528d commit 8963fbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 274a517ec13b3b47047b97a2e7c912138c9806e0
refs/heads/master: 9e0064a5456fd75fd7c70f6f3692c7f732f91a65
3 changes: 2 additions & 1 deletion trunk/net/phonet/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8963fbc

Please sign in to comment.