aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantosh Y <santoshsy@gmail.com>2012-04-08 09:17:09 -0400
committerJiri Kosina <jkosina@suse.cz>2012-04-16 08:35:30 -0400
commit3b729f7647875624dc498b65f3244b2edc9f4a07 (patch)
treebd5935862a5a61b4bf007e130f29b19f2bcac1b3
parenta7e0e4e99fabe0094fcb0b011b741558b8b28fa7 (diff)
scsi: fix comment spelling fix recory->recovery
Signed-off-by: Santosh Y <santoshsy@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--drivers/scsi/scsi_error.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/scsi_error.c b/drivers/scsi/scsi_error.c
index 2cfcbffa41fd..fbda664f584c 100644
--- a/drivers/scsi/scsi_error.c
+++ b/drivers/scsi/scsi_error.c
@@ -664,7 +664,7 @@ static void scsi_abort_eh_cmnd(struct scsi_cmnd *scmd)
664} 664}
665 665
666/** 666/**
667 * scsi_eh_prep_cmnd - Save a scsi command info as part of error recory 667 * scsi_eh_prep_cmnd - Save a scsi command info as part of error recovery
668 * @scmd: SCSI command structure to hijack 668 * @scmd: SCSI command structure to hijack
669 * @ses: structure to save restore information 669 * @ses: structure to save restore information
670 * @cmnd: CDB to send. Can be NULL if no new cmnd is needed 670 * @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,
739EXPORT_SYMBOL(scsi_eh_prep_cmnd); 739EXPORT_SYMBOL(scsi_eh_prep_cmnd);
740 740
741/** 741/**
742 * scsi_eh_restore_cmnd - Restore a scsi command info as part of error recory 742 * scsi_eh_restore_cmnd - Restore a scsi command info as part of error recovery
743 * @scmd: SCSI command structure to restore 743 * @scmd: SCSI command structure to restore
744 * @ses: saved information from a coresponding call to scsi_eh_prep_cmnd 744 * @ses: saved information from a coresponding call to scsi_eh_prep_cmnd
745 * 745 *
@@ -762,7 +762,7 @@ void scsi_eh_restore_cmnd(struct scsi_cmnd* scmd, struct scsi_eh_save *ses)
762EXPORT_SYMBOL(scsi_eh_restore_cmnd); 762EXPORT_SYMBOL(scsi_eh_restore_cmnd);
763 763
764/** 764/**
765 * scsi_send_eh_cmnd - submit a scsi command as part of error recory 765 * scsi_send_eh_cmnd - submit a scsi command as part of error recovery
766 * @scmd: SCSI command structure to hijack 766 * @scmd: SCSI command structure to hijack
767 * @cmnd: CDB to send 767 * @cmnd: CDB to send
768 * @cmnd_size: size in bytes of @cmnd 768 * @cmnd_size: size in bytes of @cmnd