diff options
Diffstat (limited to 'drivers/staging/hv/ChannelMgmt.c')
-rw-r--r-- | drivers/staging/hv/ChannelMgmt.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/hv/ChannelMgmt.c b/drivers/staging/hv/ChannelMgmt.c index 59c772f1770f..73d47ba3bfea 100644 --- a/drivers/staging/hv/ChannelMgmt.c +++ b/drivers/staging/hv/ChannelMgmt.c @@ -82,12 +82,12 @@ VmbusChannelOnVersionResponse( static void VmbusChannelProcessOffer( - PVOID context + void * context ); static void VmbusChannelProcessRescindOffer( - PVOID context + void * context ); @@ -233,7 +233,7 @@ Description: --*/ static void VmbusChannelProcessOffer( - PVOID context + void * context ) { int ret=0; @@ -317,7 +317,7 @@ Description: --*/ static void VmbusChannelProcessRescindOffer( - PVOID context + void * context ) { VMBUS_CHANNEL* channel=(VMBUS_CHANNEL*)context; |