diff options
Diffstat (limited to 'net/l2tp/l2tp_ip.c')
| -rw-r--r-- | net/l2tp/l2tp_ip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/l2tp/l2tp_ip.c b/net/l2tp/l2tp_ip.c index 05dfc8aa36af..79649937ec71 100644 --- a/net/l2tp/l2tp_ip.c +++ b/net/l2tp/l2tp_ip.c | |||
| @@ -385,7 +385,7 @@ drop: | |||
| 385 | /* Userspace will call sendmsg() on the tunnel socket to send L2TP | 385 | /* Userspace will call sendmsg() on the tunnel socket to send L2TP |
| 386 | * control frames. | 386 | * control frames. |
| 387 | */ | 387 | */ |
| 388 | static int l2tp_ip_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, size_t len) | 388 | static int l2tp_ip_sendmsg(struct sock *sk, struct msghdr *msg, size_t len) |
| 389 | { | 389 | { |
| 390 | struct sk_buff *skb; | 390 | struct sk_buff *skb; |
| 391 | int rc; | 391 | int rc; |
| @@ -506,7 +506,7 @@ no_route: | |||
| 506 | goto out; | 506 | goto out; |
| 507 | } | 507 | } |
| 508 | 508 | ||
| 509 | static int l2tp_ip_recvmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg, | 509 | static int l2tp_ip_recvmsg(struct sock *sk, struct msghdr *msg, |
| 510 | size_t len, int noblock, int flags, int *addr_len) | 510 | size_t len, int noblock, int flags, int *addr_len) |
| 511 | { | 511 | { |
| 512 | struct inet_sock *inet = inet_sk(sk); | 512 | struct inet_sock *inet = inet_sk(sk); |
