From: Greg Kroah-Hartman Date: Thu, 3 Mar 2011 03:29:42 +0000 (-0800) Subject: Staging: hv: hv_mouse: fix camelcase in struct synthhid_device_info_ack X-Git-Tag: v2.6.39-rc1~469^2~291 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ed10de1242f4044dabc1c115e84bbead2863524;p=pandora-kernel.git Staging: hv: hv_mouse: fix camelcase in struct synthhid_device_info_ack Just one field to fix up, s/Reserved/reserved/g Odd that we have to set the reserved field to 0 when we send the message, that would imply that it really isn't "reserved"... Cc: Hank Janssen Cc: K. Y. Srinivasan Cc: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed