net: use kcalloc in netdev_queue alloc
authorStephen Hemminger <shemminger@vyatta.com>
Mon, 21 Jul 2008 20:28:44 +0000 (13:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Jul 2008 20:28:44 +0000 (13:28 -0700)
Minor nit, use size_t for allocation size and kcalloc to allocate
an array. Probably makes no actual code difference.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found