Skip to content

Commit

Permalink
Staging: hv: Rename the function stor_vsc_get_major_info()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent bc2c2dc commit 43c51f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/hv/blkvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/storvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/storvsc_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ */

0 comments on commit 43c51f7

Please sign in to comment.