[EBTABLES]: Clean up vmalloc usage in net/bridge/netfilter/ebtables.c
authorJayachandran C <c.jayachandran@gmail.com>
Thu, 20 Apr 2006 07:14:49 +0000 (00:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Apr 2006 07:14:49 +0000 (00:14 -0700)
Make all the vmalloc calls in net/bridge/netfilter/ebtables.c follow
the standard convention.  Remove unnecessary casts, and use '*object'
instead of 'type'.

Signed-off-by: Jayachandran C. <c.jayachandran@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found