[DCCP]: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
5487796f0c
commit
4756daa3b6
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user