Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228303
b: refs/heads/master
c: 2e6484a
h: refs/heads/master
i:
  228301: 3fb65ea
  228299: ac3c87e
  228295: c66917f
  228287: e5591c0
v: v3
  • Loading branch information
Hank Janssen authored and Greg Kroah-Hartman committed Dec 7, 2010
1 parent 281bee6 commit 03db9f2
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: f638859e3203d1ae933e7f2114cca68f1ac407db
refs/heads/master: 2e6484acd28bb5223942d2608387af3ec9bf56f1
4 changes: 2 additions & 2 deletions trunk/drivers/staging/hv/blkvsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static const struct hv_guid gBlkVscDeviceType = {
}
};

static int BlkVscOnDeviceAdd(struct hv_device *Device, void *AdditionalInfo)
static int blk_vsc_on_device_add(struct hv_device *Device, void *AdditionalInfo)
{
struct storvsc_device_info *deviceInfo;
int ret = 0;
Expand Down Expand Up @@ -93,7 +93,7 @@ int blk_vsc_initialize(struct hv_driver *Driver)
storDriver->max_outstanding_req_per_channel);

/* Setup the dispatch table */
storDriver->base.OnDeviceAdd = BlkVscOnDeviceAdd;
storDriver->base.OnDeviceAdd = blk_vsc_on_device_add;
storDriver->base.OnDeviceRemove = stor_vsc_on_device_remove;
storDriver->base.OnCleanup = stor_vsc_on_cleanup;
storDriver->on_io_request = stor_vsc_on_io_request;
Expand Down

0 comments on commit 03db9f2

Please sign in to comment.