Commit 4756daa3 authored by Joe Perches's avatar Joe Perches Committed by David S. Miller

[DCCP]: Add missing "space"

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5487796f
...@@ -166,7 +166,7 @@ static u32 dccp_li_calc_first_li(struct sock *sk, ...@@ -166,7 +166,7 @@ static u32 dccp_li_calc_first_li(struct sock *sk,
} }
if (unlikely(interval == 0)) { if (unlikely(interval == 0)) {
DCCP_WARN("%s(%p), Could not find a win_count interval > 0." DCCP_WARN("%s(%p), Could not find a win_count interval > 0. "
"Defaulting to 1\n", dccp_role(sk), sk); "Defaulting to 1\n", dccp_role(sk), sk);
interval = 1; interval = 1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment