Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98838
b: refs/heads/master
c: 3d8ea1f
h: refs/heads/master
v: v3
  • Loading branch information
Milton Miller authored and David S. Miller committed Jul 10, 2008
1 parent 82d6252 commit d3b5e7d
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: 4edc2f3416438a05b83a677ae7b1a78b3ca22bb9
refs/heads/master: 3d8ea1fd7001f39b5cc0ad2ff51696292ea3cfbf
2 changes: 1 addition & 1 deletion trunk/net/ipv4/tcp_probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ static __init int tcpprobe_init(void)
if (bufsize < 0)
return -EINVAL;

tcp_probe.log = kcalloc(sizeof(struct tcp_log), bufsize, GFP_KERNEL);
tcp_probe.log = kcalloc(bufsize, sizeof(struct tcp_log), GFP_KERNEL);
if (!tcp_probe.log)
goto err0;

Expand Down

0 comments on commit d3b5e7d

Please sign in to comment.