From: Florian Fainelli Date: Wed, 23 Jul 2014 17:42:15 +0000 (-0700) Subject: net: bcmgenet: use kcalloc instead of kzalloc X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~94^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c489be085ac89895fda724242814e4fe4d5277da;p=pandora-kernel.git net: bcmgenet: use kcalloc instead of kzalloc There were two places that used kzalloc() with a multiplied sizeof(), replace these with kcalloc as recommended by checkpatch.pl. Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed