Staging: hv: coding style cleanup of include/HvHcApi.h
Coding style fixes for include/HvHcApi.h
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
diff --git a/drivers/staging/hv/Hv.h b/drivers/staging/hv/Hv.h
index bd5aced..d8a4fe5 100644
--- a/drivers/staging/hv/Hv.h
+++ b/drivers/staging/hv/Hv.h
@@ -102,7 +102,7 @@
struct hv_input_signal_event_buffer {
u64 Align8;
- HV_INPUT_SIGNAL_EVENT Event;
+ struct hv_input_signal_event Event;
};
struct hv_context {
@@ -120,7 +120,7 @@
* stack or global). */
struct hv_input_signal_event_buffer *SignalEventBuffer;
/* 8-bytes aligned of the buffer above */
- HV_INPUT_SIGNAL_EVENT *SignalEventParam;
+ struct hv_input_signal_event *SignalEventParam;
void *synICMessagePage[MAX_NUM_CPUS];
void *synICEventPage[MAX_NUM_CPUS];