Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279057
b: refs/heads/master
c: 035c4c1
h: refs/heads/master
i:
  279055: 9b22168
v: v3
  • Loading branch information
David S. Miller committed Dec 23, 2011
1 parent 0b17824 commit cb9f3a1
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: abb434cb0539fb355c1c921f8fd761efbbac3462
refs/heads/master: 035c4c16bea2814890c64c657d177e91cec1f473
2 changes: 1 addition & 1 deletion trunk/net/netlink/af_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static inline struct netlink_sock *nlk_sk(struct sock *sk)
return container_of(sk, struct netlink_sock, sk);
}

static inline int netlink_is_kernel(const struct sock *sk)
static inline int netlink_is_kernel(struct sock *sk)
{
return nlk_sk(sk)->flags & NETLINK_KERNEL_SOCKET;
}
Expand Down

0 comments on commit cb9f3a1

Please sign in to comment.