Julia Lawall 5d66fe92a1 drivers/net : Correct the size argument to kzalloc
lp->rx_skb has type struct sk_buff **, not struct sk_buff *, so the
elements of the array should have pointer type, not structure type.

The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@disable sizeof_type_expr@
type T;
T **x;
@@

  x =
  <+...sizeof(
- T
+ *x
  )...+>
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-01-03 21:42:51 -08:00
..
2010-01-03 21:42:49 -08:00
2009-10-13 11:48:18 -07:00
2010-01-03 21:42:50 -08:00
2010-01-03 21:42:50 -08:00
2009-12-11 11:55:21 -08:00
2009-09-01 01:13:50 -07:00
2009-04-04 16:51:14 -07:00
2009-08-12 23:03:00 -07:00
2009-08-12 22:53:28 -07:00
2009-11-05 20:00:41 -08:00
2009-11-05 20:00:29 -08:00
2009-11-06 20:26:09 -08:00
2009-10-11 23:30:16 -07:00
2009-10-11 23:30:16 -07:00
2009-11-11 19:22:21 -08:00
2009-09-23 07:39:43 -07:00
2009-10-11 11:20:58 -07:00
2009-10-20 18:51:37 -07:00
2009-04-16 02:20:08 -07:00
2009-09-07 01:56:52 -07:00
2009-11-20 15:35:04 -08:00
2009-07-06 13:05:13 -07:00
2009-10-13 11:48:18 -07:00
2009-10-20 19:11:06 -07:00
2009-04-16 02:20:16 -07:00
2009-04-16 02:20:21 -07:00
2009-11-13 14:07:30 -08:00
2009-04-29 17:32:34 -07:00
2009-12-07 18:36:35 +01:00
2009-10-13 11:48:18 -07:00
2009-10-13 11:48:18 -07:00
2009-10-01 15:14:54 -07:00
2009-12-14 22:07:15 -08:00
2009-10-29 22:57:27 -07:00
2009-03-27 00:46:48 -07:00
2009-12-03 13:18:08 -08:00
2009-12-03 13:18:04 -08:00
2009-12-26 20:24:44 -08:00
2009-11-26 15:51:29 -08:00