diff options
Diffstat (limited to 'net/dccp/proto.c')
-rw-r--r-- | net/dccp/proto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dccp/proto.c b/net/dccp/proto.c index 9d43c1f40274..8b8db3d481bd 100644 --- a/net/dccp/proto.c +++ b/net/dccp/proto.c | |||
@@ -318,10 +318,10 @@ EXPORT_SYMBOL_GPL(dccp_disconnect); | |||
318 | * take care of normal races (between the test and the event) and we don't | 318 | * take care of normal races (between the test and the event) and we don't |
319 | * go look at any of the socket buffers directly. | 319 | * go look at any of the socket buffers directly. |
320 | */ | 320 | */ |
321 | unsigned int dccp_poll(struct file *file, struct socket *sock, | 321 | __poll_t dccp_poll(struct file *file, struct socket *sock, |
322 | poll_table *wait) | 322 | poll_table *wait) |
323 | { | 323 | { |
324 | unsigned int mask; | 324 | __poll_t mask; |
325 | struct sock *sk = sock->sk; | 325 | struct sock *sk = sock->sk; |
326 | 326 | ||
327 | sock_poll_wait(file, sk_sleep(sk), wait); | 327 | sock_poll_wait(file, sk_sleep(sk), wait); |