From: Greg Kroah-Hartman Date: Thu, 3 Mar 2011 03:11:49 +0000 (-0800) Subject: Staging: hv: hv_mouse: change camelcase for struct synthhid_msg X-Git-Tag: v2.6.39-rc1~469^2~296 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb2535ad49972ab2ef3c872958bcd20b9532a308;p=pandora-kernel.git Staging: hv: hv_mouse: change camelcase for struct synthhid_msg Turns out no one references the data field of this structure, so I wonder if it's really even needed at all. All this is used for is the type of the message here, so this structure might be able to be dropped entirely in the future. Cc: Hank Janssen Cc: K. Y. Srinivasan Cc: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed