aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/output.c')
-rw-r--r--net/dccp/output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dccp/output.c b/net/dccp/output.c
index 787367308797..d17fc90a74b6 100644
--- a/net/dccp/output.c
+++ b/net/dccp/output.c
@@ -214,6 +214,7 @@ void dccp_write_space(struct sock *sk)
214 * dccp_wait_for_ccid - Await CCID send permission 214 * dccp_wait_for_ccid - Await CCID send permission
215 * @sk: socket to wait for 215 * @sk: socket to wait for
216 * @delay: timeout in jiffies 216 * @delay: timeout in jiffies
217 *
217 * This is used by CCIDs which need to delay the send time in process context. 218 * This is used by CCIDs which need to delay the send time in process context.
218 */ 219 */
219static int dccp_wait_for_ccid(struct sock *sk, unsigned long delay) 220static int dccp_wait_for_ccid(struct sock *sk, unsigned long delay)