Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34622
b: refs/heads/master
c: 65e3d72
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed Sep 22, 2006
1 parent 811a122 commit cca4ede
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: 298969727e7b855d53f3becfa92c055914082ec4
refs/heads/master: 65e3d72654d9a33cdccd5c19777a5515ae9dd37d
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_bic.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ static struct tcp_congestion_ops bictcp = {

static int __init bictcp_register(void)
{
BUG_ON(sizeof(struct bictcp) > ICSK_CA_PRIV_SIZE);
BUILD_BUG_ON(sizeof(struct bictcp) > ICSK_CA_PRIV_SIZE);
return tcp_register_congestion_control(&bictcp);
}

Expand Down

0 comments on commit cca4ede

Please sign in to comment.