diff options
Diffstat (limited to 'net/sctp/socket.c')
-rw-r--r-- | net/sctp/socket.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sctp/socket.c b/net/sctp/socket.c index 039fcb618c34..37382317fba4 100644 --- a/net/sctp/socket.c +++ b/net/sctp/socket.c | |||
@@ -7518,11 +7518,11 @@ out: | |||
7518 | * here, again, by modeling the current TCP/UDP code. We don't have | 7518 | * here, again, by modeling the current TCP/UDP code. We don't have |
7519 | * a good way to test with it yet. | 7519 | * a good way to test with it yet. |
7520 | */ | 7520 | */ |
7521 | unsigned int sctp_poll(struct file *file, struct socket *sock, poll_table *wait) | 7521 | __poll_t sctp_poll(struct file *file, struct socket *sock, poll_table *wait) |
7522 | { | 7522 | { |
7523 | struct sock *sk = sock->sk; | 7523 | struct sock *sk = sock->sk; |
7524 | struct sctp_sock *sp = sctp_sk(sk); | 7524 | struct sctp_sock *sp = sctp_sk(sk); |
7525 | unsigned int mask; | 7525 | __poll_t mask; |
7526 | 7526 | ||
7527 | poll_wait(file, sk_sleep(sk), wait); | 7527 | poll_wait(file, sk_sleep(sk), wait); |
7528 | 7528 | ||