From: Greg Kroah-Hartman Date: Thu, 21 Oct 2010 16:05:27 +0000 (-0700) Subject: Staging: hv: rename context to channel in struct hv_device X-Git-Tag: v2.6.37-rc1~60^2~3^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cae5b843c82d76e643d6822597a9ea2866e9b30d;p=pandora-kernel.git Staging: hv: rename context to channel in struct hv_device As it really is a channel, not a "context" name it so. This also entailed making a few more functions typesafe as they were sending a struct vmbus_channel pointer as a void pointer. There are still a few more that need to be converted (the osd callbacks are one), but this is good for now. Cc: Haiyang Zhang Cc: Hank Janssen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed