From: Stephen Hemminger Date: Mon, 21 Jul 2008 20:28:44 +0000 (-0700) Subject: net: use kcalloc in netdev_queue alloc X-Git-Tag: v2.6.27-rc1~860^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7943986ca1138ac99597b1aa4dc893012dcfdc08;p=pandora-kernel.git net: use kcalloc in netdev_queue alloc 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed