From: Ken Depro Date: Tue, 20 Jan 2015 15:01:11 +0000 (-0500) Subject: staging: unisys: Change alloc calls to use var name instead of type in virthba.c X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~83^2~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7553dad93107f0450be2733b3f62d3d77d17bf9;p=pandora-kernel.git staging: unisys: Change alloc calls to use var name instead of type in virthba.c This patch changes a couple of kzalloc calls to pass the variable name to the call, rather than the variable struct type. This is a result of checks generated during the checkpatch script. Signed-off-by: Ken Depro Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed