From: Benjamin Romer Date: Thu, 23 Oct 2014 18:30:27 +0000 (-0400) Subject: staging: unisys: refactor CONTROLVM_PACKET_DEVICE_CREATE X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~969 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f91b926273134d9bfec32d6c4fcbd5188afd07dc;p=pandora-kernel.git staging: unisys: refactor CONTROLVM_PACKET_DEVICE_CREATE Get rid of the typedef for CONTROLVM_PACKET_DEVICE_CREATE, instead using struct controlvm_packet_device_create. Fix CamelCase names and update all references to changed names. Clean up comments. busNo => bus_no devNo => dev_no channelAddr => channel_addr channelBytes => channel_bytes dataTypeGuid => data_type_uuid devInstGuid => dev_inst_uuid Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed