net: Fix wrong sizeof
authorJean Delvare <khali@linux-fr.org>
Fri, 2 Oct 2009 16:55:19 +0000 (09:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Oct 2009 16:55:19 +0000 (09:55 -0700)
Which is why I have always preferred sizeof(struct foo) over
sizeof(var).

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found