Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210802
b: refs/heads/master
c: 339db11
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Sep 13, 2010
1 parent d2e498d commit b5d54ab
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: a505b3b30fc69904f858822a2aa95990a4bf7958
refs/heads/master: 339db11b219f36cf7da61b390992d95bb6b7ba2e
3 changes: 2 additions & 1 deletion trunk/net/llc/af_llc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,8 @@ static int llc_ui_setsockopt(struct socket *sock, int level, int optname,
{
struct sock *sk = sock->sk;
struct llc_sock *llc = llc_sk(sk);
int rc = -EINVAL, opt;
unsigned int opt;
int rc = -EINVAL;

lock_sock(sk);
if (unlikely(level != SOL_LLC || optlen != sizeof(int)))
Expand Down

0 comments on commit b5d54ab

Please sign in to comment.