Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66329
b: refs/heads/master
c: 32b21e0
h: refs/heads/master
i:
  66327: 998bdc3
v: v3
  • Loading branch information
Denis Cheng authored and David S. Miller committed Oct 10, 2007
1 parent 763c49e commit 96667a3
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f7944fb1913130ae7858008af96e52a3a6b04118
refs/heads/master: 32b21e034be9954eaae0278df20e0251eb958ded
2 changes: 1 addition & 1 deletion trunk/net/netlink/af_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ struct netlink_sock {

static inline struct netlink_sock *nlk_sk(struct sock *sk)
{
return (struct netlink_sock *)sk;
return container_of(sk, struct netlink_sock, sk);
}

struct nl_pid_hash {
Expand Down

0 comments on commit 96667a3

Please sign in to comment.