aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/channel_mgmt.h
diff options
context:
space:
mode:
authorHaiyang Zhang <haiyangz@microsoft.com>2010-10-15 10:14:07 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-15 12:45:30 -0700
commite98cb276819d4c4d6eeaf26ddf627ec8ec9d8f1e (patch)
tree81475d551b182ab8ba9f75e2ea98f1f386d9af43 /drivers/staging/hv/channel_mgmt.h
parentstaging: hv: Convert camel cased local variable names in channel_mgmt.c to lower case (diff)
downloadlinux-dev-e98cb276819d4c4d6eeaf26ddf627ec8ec9d8f1e.tar.xz
linux-dev-e98cb276819d4c4d6eeaf26ddf627ec8ec9d8f1e.zip
staging: hv: Convert camel cased functions in channel_mgmt.c to lower case
Convert camel cased functions in channel_mgmt.c to lower case 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/channel_mgmt.h')
-rw-r--r--drivers/staging/hv/channel_mgmt.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/staging/hv/channel_mgmt.h b/drivers/staging/hv/channel_mgmt.h
index f969267895be..b0ed31f75ebb 100644
--- a/drivers/staging/hv/channel_mgmt.h
+++ b/drivers/staging/hv/channel_mgmt.h
@@ -307,14 +307,14 @@ struct vmbus_channel_msginfo {
};
-struct vmbus_channel *AllocVmbusChannel(void);
+struct vmbus_channel *alloc_channel(void);
-void FreeVmbusChannel(struct vmbus_channel *Channel);
+void free_channel(struct vmbus_channel *channel);
-void VmbusOnChannelMessage(void *Context);
+void vmbus_onmessage(void *context);
-int VmbusChannelRequestOffers(void);
+int vmbus_request_offers(void);
-void VmbusChannelReleaseUnattachedChannels(void);
+void vmbus_release_unattached_channels(void);
#endif /* _CHANNEL_MGMT_H_ */