From: Benjamin Romer Date: Mon, 16 Mar 2015 17:58:23 +0000 (-0400) Subject: staging: unisys: refactor my_device_create() X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~180 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c60c8e26983fd44ffea4d1aedf9f889dcbfa80b8;p=pandora-kernel.git staging: unisys: refactor my_device_create() Fix local CamelCase variable names: busNo => bus_no devNo => dev_no pDevinfo => dev_info pBusInfo => bus_info Away => cleanup Update references to use the corrected names, and change the kzalloc() to use the variable itself rather than the type. Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed