aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_error.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/scsi_error.c')
-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 386f0c53bea7..d0f71e5d065f 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