Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183415
b: refs/heads/master
c: 75ed0a8
h: refs/heads/master
i:
  183413: c7bc270
  183411: c5c0b10
  183407: fd7362d
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Jan 4, 2010
1 parent d92374b commit c827cf3
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: 1f3c8804acba841b5573b953f5560d2683d2db0d
refs/heads/master: 75ed0a897208c3273fd8dc0f71e1417dba5a049b
2 changes: 1 addition & 1 deletion trunk/drivers/net/cxgb3/cxgb3_offload.c
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ int cxgb3_offload_activate(struct adapter *adapter)
struct mtutab mtutab;
unsigned int l2t_capacity;

t = kcalloc(1, sizeof(*t), GFP_KERNEL);
t = kzalloc(sizeof(*t), GFP_KERNEL);
if (!t)
return -ENOMEM;

Expand Down

0 comments on commit c827cf3

Please sign in to comment.