commit | 18bc89aa25fbfcf467f4ce67f76c7b9893404cac | [log] [tgz] |
---|---|---|
author | Jayachandran C <c.jayachandran@gmail.com> | Thu Apr 20 00:14:49 2006 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 20 00:14:49 2006 -0700 |
tree | aa11b287484cddd932df71ca18da90d54239da93 | |
parent | dc6de33674608f978ec29f5c2f7e3af458c06f78 [diff] |
[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>