Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74196
b: refs/heads/master
c: 4756daa
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Nov 20, 2007
1 parent 73bcbb1 commit c56084c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5487796f0c9475586277a0a7a91211ce5746fa6a
refs/heads/master: 4756daa3b63e806d8ef093c8b4b5f56ee34250a2
2 changes: 1 addition & 1 deletion trunk/net/dccp/ccids/lib/loss_interval.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ static u32 dccp_li_calc_first_li(struct sock *sk,
}

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);
interval = 1;
}
Expand Down

0 comments on commit c56084c

Please sign in to comment.