summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/storvsc.c
diff options
context:
space:
mode:
authorHank Janssen2010-12-06 21:26:46 +0100
committerGreg Kroah-Hartman2010-12-07 01:11:08 +0100
commiteb4f3e0aa6bef825b964159923e38a0e4c027084 (patch)
tree1055d3422a82a5c298bd55f7f27118f711a2255e /drivers/staging/hv/storvsc.c
parentstaging: hv: Convert camel case struct fields in storvsc_api.h to lowercase (diff)
downloadkernel-qcow2-linux-eb4f3e0aa6bef825b964159923e38a0e4c027084.tar.gz
kernel-qcow2-linux-eb4f3e0aa6bef825b964159923e38a0e4c027084.tar.xz
kernel-qcow2-linux-eb4f3e0aa6bef825b964159923e38a0e4c027084.zip
staging: hv: Convert camel case functions in storvsc_api.h to lowercase
Convert camel case functions in storvsc_api.h to lowercase Signed-off-by: Abhishek Kane <v-abkane@microsoft.com> 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/storvsc.c')
-rw-r--r--drivers/staging/hv/storvsc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/hv/storvsc.c b/drivers/staging/hv/storvsc.c
index c4346c63ed56..770413183306 100644
--- a/drivers/staging/hv/storvsc.c
+++ b/drivers/staging/hv/storvsc.c
@@ -605,7 +605,7 @@ static int StorVscOnDeviceRemove(struct hv_device *Device)
return 0;
}
-int StorVscOnHostReset(struct hv_device *Device)
+int stor_vsc_on_host_reset(struct hv_device *Device)
{
struct storvsc_device *storDevice;
struct storvsc_request_extension *request;
@@ -762,9 +762,9 @@ static void StorVscOnCleanup(struct hv_driver *Driver)
}
/*
- * StorVscInitialize - Main entry point
+ * stor_vsc_initialize - Main entry point
*/
-int StorVscInitialize(struct hv_driver *Driver)
+int stor_vsc_initialize(struct hv_driver *Driver)
{
struct storvsc_driver_object *storDriver;