From: Benjamin Romer Date: Mon, 16 Mar 2015 17:58:20 +0000 (-0400) Subject: staging: unisys: refactor bus_create() X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~183 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c5fed359fc7f2fd0b3c5469d43a1b07c283e1f9;p=pandora-kernel.git staging: unisys: refactor bus_create() First, fix all CamelCase names: busNo => bus_no pBusInfo => bus_info Away => cleanup Fix the kzalloc() call so it uses the variable name rather than the type, and update all of the references to the renamed variables and labels. Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed