[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)
commit18bc89aa25fbfcf467f4ce67f76c7b9893404cac
treeaa11b287484cddd932df71ca18da90d54239da93
parentdc6de33674608f978ec29f5c2f7e3af458c06f78
[EBTABLES]: Clean up vmalloc usage in net/bridge/netfilter/ebtables.c

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>
net/bridge/netfilter/ebtables.c