Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351669
b: refs/heads/master
c: a1b1add
h: refs/heads/master
i:
  351667: a370d79
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Jan 28, 2013
1 parent 84cf77f commit 8404018
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4bf613c6d87399e3c8a4d5e14281456b6959d8fd
refs/heads/master: a1b1add07fa794974573d93483d68e373edfe7bd
4 changes: 2 additions & 2 deletions trunk/include/net/gro_cells.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ static inline int gro_cells_init(struct gro_cells *gcells, struct net_device *de
int i;

gcells->gro_cells_mask = roundup_pow_of_two(netif_get_num_default_rss_queues()) - 1;
gcells->cells = kcalloc(sizeof(struct gro_cell),
gcells->gro_cells_mask + 1,
gcells->cells = kcalloc(gcells->gro_cells_mask + 1,
sizeof(struct gro_cell),
GFP_KERNEL);
if (!gcells->cells)
return -ENOMEM;
Expand Down

0 comments on commit 8404018

Please sign in to comment.