diff options
author | Nicholas Mc Guire <hofrat@osadl.org> | 2015-12-20 17:06:18 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-12-20 20:59:41 +0300 |
commit | 076ef440708bc28d821cebb2dbca64e3c917ac73 (patch) | |
tree | de3fc103f7d5c7adabbdae0f6db6afe69205a68c /drivers/net/loopback.c | |
parent | 958d104e3d40eef5148c402887138f6594ff7e1e (diff) | |
download | linux-076ef440708bc28d821cebb2dbca64e3c917ac73.tar.xz |
ibmveth: consolidate kmalloc of array, memset 0 to kcalloc
This is an API consolidation only. The use of kmalloc + memset to 0
is equivalent to kcalloc in this case as it is allocating an array
of elements.
Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/loopback.c')
0 files changed, 0 insertions, 0 deletions