]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitc1c6b883def4c60b41755cfda4a576bfecd88f93
treeaa11b287484cddd932df71ca18da90d54239da93
parent4ddba6ec2eeccd541faaa8db8f3cf603a5bb25b5
[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