Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249462
b: refs/heads/master
c: 43c51f7
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent 10bfb50 commit 0a0983e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bc2c2dc2e08b605ff13dcfebdabb9f43c11eaf62
refs/heads/master: 43c51f7dd13c75962eebc4c28667d1b0162543ed
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 trunk/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 0a0983e

Please sign in to comment.