Staging: hv: Rename the function stor_vsc_get_major_info()
authorK. Y. Srinivasan <kys@microsoft.com>
Tue, 10 May 2011 14:54:06 +0000 (07:54 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 11 May 2011 20:38:59 +0000 (13:38 -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/blkvsc_drv.c
drivers/staging/hv/storvsc.c
drivers/staging/hv/storvsc_api.h

index d5ab7e5d91c16ca8fb8ef39b87be036a9cb8fe3e..2b27d00039f4085ce2a4a4fcfe46a2f2f7945a29 100644 (file)
@@ -958,7 +958,7 @@ static int blkvsc_probe(struct hv_device *dev)
 
        dev_set_drvdata(&dev->device, blkdev);
 
-       ret = stor_vsc_get_major_info(&device_info, &major_info);
+       ret = storvsc_get_major_info(&device_info, &major_info);
 
        if (ret)
                goto cleanup;
index 7074520603ffb26ace6365d0e6f0f12eb4299246..8ee1ad06e71b8134858f4088f6625a505c846388 100644 (file)
@@ -615,7 +615,7 @@ int storvsc_do_io(struct hv_device *device,
  *
  */
 
-int stor_vsc_get_major_info(struct storvsc_device_info *device_info,
+int storvsc_get_major_info(struct storvsc_device_info *device_info,
                            struct storvsc_major_info *major_info)
 {
        static bool ide0_registered;
index 84ee5a9a79cefa59e6f27c4d3fed21e459b464f8..32228c0676566d25caf54f8aabb4e9e0cae34cc1 100644 (file)
@@ -170,7 +170,7 @@ int storvsc_dev_remove(struct hv_device *device);
 int storvsc_do_io(struct hv_device *device,
                                struct hv_storvsc_request *request);
 
-int stor_vsc_get_major_info(struct storvsc_device_info *device_info,
+int storvsc_get_major_info(struct storvsc_device_info *device_info,
                                struct storvsc_major_info *major_info);
 
 #endif /* _STORVSC_API_H_ */
This page took 0.026312 seconds and 5 git commands to generate.