summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/Hv.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-08-20 19:09:34 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 19:01:57 (GMT)
commitf80b3d51a6708b5f14a59c53b1343db59efdda1e (patch)
tree1da7ba0a6bc22f22c6e6ee852470420ae99cdc8e /drivers/staging/hv/Hv.c
parent462eeeca0382fb00b3bd6db36a5ee9668a961eae (diff)
downloadlinux-fsl-qoriq-f80b3d51a6708b5f14a59c53b1343db59efdda1e.tar.xz
Staging: hv: coding style cleanups for HvPtApi.h
Fix up the typedefs in there as well. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/Hv.c')
-rw-r--r--drivers/staging/hv/Hv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/hv/Hv.c b/drivers/staging/hv/Hv.c
index e48033ee..83d0cae 100644
--- a/drivers/staging/hv/Hv.c
+++ b/drivers/staging/hv/Hv.c
@@ -230,7 +230,7 @@ int HvInit (void)
{
int ret=0;
int maxLeaf;
- HV_X64_MSR_HYPERCALL_CONTENTS hypercallMsr;
+ union hv_x64_msr_hypercall_contents hypercallMsr;
void *virtAddr = NULL;
DPRINT_ENTER(VMBUS);
@@ -347,7 +347,7 @@ Description:
--*/
void HvCleanup (void)
{
- HV_X64_MSR_HYPERCALL_CONTENTS hypercallMsr;
+ union hv_x64_msr_hypercall_contents hypercallMsr;
DPRINT_ENTER(VMBUS);