]> Pileus Git - ~andy/linux/commitdiff
Staging: hv: Rename stor_vsc_initialize()
authorK. Y. Srinivasan <kys@microsoft.com>
Tue, 10 May 2011 14:54:36 +0000 (07:54 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 11 May 2011 20:39:19 +0000 (13:39 -0700)
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/storvsc_drv.c

index d8ce28ead46af09e193cc0c1908f86bf522fc63c..28b85690764a2b7f797297635ae556b932fef946 100644 (file)
@@ -71,9 +71,9 @@ struct storvsc_cmd_request {
 
 
 /*
- * stor_vsc_initialize - Main entry point
+ * storvsc_initialize - Main entry point
  */
-static int stor_vsc_initialize(struct hv_driver *driver)
+static int storvsc_initialize(struct hv_driver *driver)
 {
        struct storvsc_driver *stor_driver;
 
@@ -514,7 +514,7 @@ static int storvsc_drv_init(void)
        storvsc_drv_obj->ring_buffer_size = storvsc_ringbuffer_size;
 
        /* Callback to client driver to complete the initialization */
-       stor_vsc_initialize(&storvsc_drv_obj->base);
+       storvsc_initialize(&storvsc_drv_obj->base);
 
        DPRINT_INFO(STORVSC_DRV,
                    "max outstanding reqs %u",