Messages in this thread |  | | Date | Sun, 20 Dec 2015 13:00:40 -0500 (EST) | Subject | Re: [PATCH] ibmveth: consolidate kmalloc of array, memset 0 to kcalloc | From | David Miller <> |
| |
From: Nicholas Mc Guire <hofrat@osadl.org> Date: Sun, 20 Dec 2015 15:06:18 +0100
> 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>
Applied, thanks.
|  |