Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62956
b: refs/heads/master
c: af3b162
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jul 26, 2007
1 parent 5f20780 commit 74e2949
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6aa8b04975e71fb3d67bec7fbe2995b9bf54a06e
refs/heads/master: af3b162afd9fce69a94d79bd5b1f9c7c302212f4
4 changes: 2 additions & 2 deletions trunk/drivers/net/pppol2tp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2054,7 +2054,7 @@ static int pppol2tp_setsockopt(struct socket *sock, int level, int optname,
*/
static int pppol2tp_tunnel_getsockopt(struct sock *sk,
struct pppol2tp_tunnel *tunnel,
int optname, int __user *val)
int optname, int *val)
{
int err = 0;

Expand All @@ -2077,7 +2077,7 @@ static int pppol2tp_tunnel_getsockopt(struct sock *sk,
*/
static int pppol2tp_session_getsockopt(struct sock *sk,
struct pppol2tp_session *session,
int optname, int __user *val)
int optname, int *val)
{
int err = 0;

Expand Down

0 comments on commit 74e2949

Please sign in to comment.