Commit 3b729f76 authored by Santosh Y's avatar Santosh Y Committed by Jiri Kosina

scsi: fix comment spelling fix recory->recovery

Signed-off-by: default avatarSantosh Y <santoshsy@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent a7e0e4e9
...@@ -664,7 +664,7 @@ static void scsi_abort_eh_cmnd(struct scsi_cmnd *scmd) ...@@ -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 * @scmd: SCSI command structure to hijack
* @ses: structure to save restore information * @ses: structure to save restore information
* @cmnd: CDB to send. Can be NULL if no new cmnd is needed * @cmnd: CDB to send. Can be NULL if no new cmnd is needed
...@@ -739,7 +739,7 @@ void scsi_eh_prep_cmnd(struct scsi_cmnd *scmd, struct scsi_eh_save *ses, ...@@ -739,7 +739,7 @@ void scsi_eh_prep_cmnd(struct scsi_cmnd *scmd, struct scsi_eh_save *ses,
EXPORT_SYMBOL(scsi_eh_prep_cmnd); 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 * @scmd: SCSI command structure to restore
* @ses: saved information from a coresponding call to scsi_eh_prep_cmnd * @ses: saved information from a coresponding call to scsi_eh_prep_cmnd
* *
...@@ -762,7 +762,7 @@ void scsi_eh_restore_cmnd(struct scsi_cmnd* scmd, struct scsi_eh_save *ses) ...@@ -762,7 +762,7 @@ void scsi_eh_restore_cmnd(struct scsi_cmnd* scmd, struct scsi_eh_save *ses)
EXPORT_SYMBOL(scsi_eh_restore_cmnd); 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 * @scmd: SCSI command structure to hijack
* @cmnd: CDB to send * @cmnd: CDB to send
* @cmnd_size: size in bytes of @cmnd * @cmnd_size: size in bytes of @cmnd
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment