Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268058
b: refs/heads/master
c: b8de73d
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Aug 29, 2011
1 parent a54f491 commit d338fc7
Show file tree
Hide file tree
Showing 2 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: 4ed51a21c0f69e1379cf858fc21a9d9022bfe0e7
refs/heads/master: b8de73df1b5143c3d567e707e4dab0b20c82ab54
6 changes: 3 additions & 3 deletions trunk/drivers/staging/hv/storvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1130,9 +1130,9 @@ static int storvsc_host_reset_handler(struct scsi_cmnd *scmnd)


/*
* storvsc_commmand_completion - Command completion processing
* storvsc_command_completion - Command completion processing
*/
static void storvsc_commmand_completion(struct hv_storvsc_request *request)
static void storvsc_command_completion(struct hv_storvsc_request *request)
{
struct storvsc_cmd_request *cmd_request =
(struct storvsc_cmd_request *)request->context;
Expand Down Expand Up @@ -1240,7 +1240,7 @@ static int storvsc_queuecommand_lck(struct scsi_cmnd *scmnd,
break;
}

request->on_io_completion = storvsc_commmand_completion;
request->on_io_completion = storvsc_command_completion;
request->context = cmd_request;/* scmnd; */

vm_srb->port_number = host_dev->port;
Expand Down

0 comments on commit d338fc7

Please sign in to comment.