From: Benjamin Romer Date: Fri, 3 Oct 2014 18:09:17 +0000 (-0400) Subject: staging: unisys: Fix VMCALL_CHANNEL_VERSION_MISMATCH_PARAMS X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~1316 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a09ad889f5805e77ec1b42508d5706666304b44a;p=pandora-kernel.git staging: unisys: Fix VMCALL_CHANNEL_VERSION_MISMATCH_PARAMS Get rid of the typedef for VMCALL_CHANNEL_VERSION_MISMATCH_PARAMS, and use the name struct vmcall_channel_version_mismatch_params instead. Fix CamelCase member names: ChannelName => chname ItemName => item_name SourceFileName => file_name SourceLineNumber => line_no And get rid of the lengthof macro in issue_vmcall_channel_mismatch(). Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed