Julia Lawall
710708e82b
drivers/atm: Correct code taking the size of a pointer
...
sizeof(TstSchedTbl) is just the size of the pointer. Change it to the size
of the referenced data.
A simplified version of the semantic patch that finds this problem is as
follows: (http://coccinelle.lip6.fr/ )
// <smpl>
@@
expression *x;
expression f;
type T;
@@
*f(...,(T)x,...)
// </smpl>
Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-12-13 19:56:33 -08:00
..
2006-12-11 14:34:35 -08:00
2008-08-23 12:14:12 -07:00
2009-11-10 20:28:49 -08:00
2008-07-10 14:49:39 +01:00
2007-04-26 01:37:44 -07:00
2009-09-30 16:12:20 -07:00
2008-06-10 12:46:52 -07:00
2009-09-30 16:12:20 -07:00
2005-04-16 15:20:36 -07:00
2009-10-29 01:39:55 -07:00
2008-08-29 02:14:59 -07:00
2009-12-08 20:22:31 -08:00
2008-06-17 16:21:44 -07:00
2009-09-30 16:12:20 -07:00
2007-10-14 12:41:51 -07:00
2008-01-20 20:31:43 -08:00
2006-06-29 16:58:12 -07:00
2005-04-16 15:20:36 -07:00
2008-09-21 21:38:26 -07:00
2008-09-21 21:38:26 -07:00
2009-12-13 19:56:33 -08:00
2008-05-14 23:28:47 -07:00
2008-12-26 01:26:11 -08:00
2009-04-07 08:31:11 -07:00
2008-12-26 01:26:11 -08:00
2005-04-16 15:20:36 -07:00
2008-04-28 17:29:18 -07:00
2008-04-19 18:10:46 -07:00
2007-07-18 01:46:53 -07:00
2008-05-20 14:52:25 -07:00
2009-05-07 19:49:44 +01:00
2009-11-18 05:03:32 -08:00
2008-06-17 16:19:24 -07:00
2008-06-17 16:19:24 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2007-02-14 08:09:54 -08:00
2005-04-16 15:20:36 -07:00
2009-09-30 16:12:20 -07:00
2006-06-30 19:25:36 +02:00
2005-04-16 15:20:36 -07:00