Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249467
b: refs/heads/master
c: 3fa2251
h: refs/heads/master
i:
  249465: ccfc0a2
  249463: 32a88bb
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed May 11, 2011
1 parent 7bc4d6c commit 8c84863
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 149b11936159b13995d940c21ec622f756dfd66d
refs/heads/master: 3fa22517fb85e136b5030405d53cdbad4c36a501
4 changes: 2 additions & 2 deletions trunk/drivers/staging/hv/storvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ static inline struct storvsc_device *final_release_stor_device(
return stor_device;
}

static int stor_vsc_channel_init(struct hv_device *device)
static int storvsc_channel_init(struct hv_device *device)
{
struct storvsc_device *stor_device;
struct hv_storvsc_request *request;
Expand Down Expand Up @@ -437,7 +437,7 @@ static int stor_vsc_connect_to_vsp(struct hv_device *device)
return -1;
}

ret = stor_vsc_channel_init(device);
ret = storvsc_channel_init(device);

return ret;
}
Expand Down

0 comments on commit 8c84863

Please sign in to comment.