summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/hv_api.h
diff options
context:
space:
mode:
authorHaiyang Zhang2010-11-08 23:04:42 +0100
committerGreg Kroah-Hartman2010-11-10 01:42:11 +0100
commitd44890c8d2a83116463c230b59b9b9d356aafe85 (patch)
treec3a0f60ad5cc12bc041b3b0f30c71504b30b32a0 /drivers/staging/hv/hv_api.h
parentstaging: hv: Convert camel cased local variables in hv.c to lower cases (diff)
downloadkernel-qcow2-linux-d44890c8d2a83116463c230b59b9b9d356aafe85.tar.gz
kernel-qcow2-linux-d44890c8d2a83116463c230b59b9b9d356aafe85.tar.xz
kernel-qcow2-linux-d44890c8d2a83116463c230b59b9b9d356aafe85.zip
staging: hv: Convert camel cased functions in hv.c to lower cases
staging: hv: Convert camel cased functions in hv.c to lower cases Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/hv_api.h')
-rw-r--r--drivers/staging/hv/hv_api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/hv/hv_api.h b/drivers/staging/hv/hv_api.h
index 9df64724549a..70e863ad0464 100644
--- a/drivers/staging/hv/hv_api.h
+++ b/drivers/staging/hv/hv_api.h
@@ -836,7 +836,7 @@ enum hv_call_code {
HVCALL_SIGNAL_EVENT = 0x005d,
};
-/* Definition of the HvPostMessage hypercall input structure. */
+/* Definition of the hv_post_message hypercall input structure. */
struct hv_input_post_message {
union hv_connection_id connectionid;
u32 reserved;
@@ -845,7 +845,7 @@ struct hv_input_post_message {
u64 payload[HV_MESSAGE_PAYLOAD_QWORD_COUNT];
};
-/* Definition of the HvSignalEvent hypercall input structure. */
+/* Definition of the hv_signal_event hypercall input structure. */
struct hv_input_signal_event {
union hv_connection_id connectionid;
u16 flag_number;