From: Benjamin Romer Date: Thu, 23 Oct 2014 18:31:04 +0000 (-0400) Subject: staging: unisys: refactor ULTRA_IO_CHANNEL_PROTOCOL X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~932 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bedc756e3ae6b367cb740ddb5480dd63479b8a19;p=pandora-kernel.git staging: unisys: refactor ULTRA_IO_CHANNEL_PROTOCOL Remove the typedef from ULTRA_IO_CHANNEL_PROTOCOL and use the name struct spar_io_channel_protocol instead. Fix CamelCase member names: ChannelHeader => channel_header cmdQ => cmd_q rspQ => rsp_q zoneGuid => zone_uuid ClientString => client_string Update all references to changed names. Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed