Commit 43c51f7d authored by K. Y. Srinivasan's avatar K. Y. Srinivasan Committed by Greg Kroah-Hartman

Staging: hv: Rename the function stor_vsc_get_major_info()

Signed-off-by: default avatarK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: default avatarHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarAbhishek Kane <v-abkane@microsoft.com>
Signed-off-by: default avatarHank Janssen <hjanssen@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent bc2c2dc2
...@@ -958,7 +958,7 @@ static int blkvsc_probe(struct hv_device *dev) ...@@ -958,7 +958,7 @@ static int blkvsc_probe(struct hv_device *dev)
dev_set_drvdata(&dev->device, blkdev); 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) if (ret)
goto cleanup; goto cleanup;
......
...@@ -615,7 +615,7 @@ int storvsc_do_io(struct hv_device *device, ...@@ -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) struct storvsc_major_info *major_info)
{ {
static bool ide0_registered; static bool ide0_registered;
......
...@@ -170,7 +170,7 @@ int storvsc_dev_remove(struct hv_device *device); ...@@ -170,7 +170,7 @@ int storvsc_dev_remove(struct hv_device *device);
int storvsc_do_io(struct hv_device *device, int storvsc_do_io(struct hv_device *device,
struct hv_storvsc_request *request); 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); struct storvsc_major_info *major_info);
#endif /* _STORVSC_API_H_ */ #endif /* _STORVSC_API_H_ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment