Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305102
b: refs/heads/master
c: 3b729f7
h: refs/heads/master
v: v3
  • Loading branch information
Santosh Y authored and Jiri Kosina committed Apr 16, 2012
1 parent e253a05 commit 7b9e82f
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: a7e0e4e99fabe0094fcb0b011b741558b8b28fa7
refs/heads/master: 3b729f7647875624dc498b65f3244b2edc9f4a07
6 changes: 3 additions & 3 deletions trunk/drivers/scsi/scsi_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ static void scsi_abort_eh_cmnd(struct scsi_cmnd *scmd)
}

/**
* scsi_eh_prep_cmnd - Save a scsi command info as part of error recory
* scsi_eh_prep_cmnd - Save a scsi command info as part of error recovery
* @scmd: SCSI command structure to hijack
* @ses: structure to save restore information
* @cmnd: CDB to send. Can be NULL if no new cmnd is needed
Expand Down Expand Up @@ -739,7 +739,7 @@ void scsi_eh_prep_cmnd(struct scsi_cmnd *scmd, struct scsi_eh_save *ses,
EXPORT_SYMBOL(scsi_eh_prep_cmnd);

/**
* scsi_eh_restore_cmnd - Restore a scsi command info as part of error recory
* scsi_eh_restore_cmnd - Restore a scsi command info as part of error recovery
* @scmd: SCSI command structure to restore
* @ses: saved information from a coresponding call to scsi_eh_prep_cmnd
*
Expand All @@ -762,7 +762,7 @@ void scsi_eh_restore_cmnd(struct scsi_cmnd* scmd, struct scsi_eh_save *ses)
EXPORT_SYMBOL(scsi_eh_restore_cmnd);

/**
* scsi_send_eh_cmnd - submit a scsi command as part of error recory
* scsi_send_eh_cmnd - submit a scsi command as part of error recovery
* @scmd: SCSI command structure to hijack
* @cmnd: CDB to send
* @cmnd_size: size in bytes of @cmnd
Expand Down

0 comments on commit 7b9e82f

Please sign in to comment.