Commit 3b729f7647875624dc498b65f3244b2edc9f4a07
Committed by
Jiri Kosina
1 parent
a7e0e4e99f
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
scsi: fix comment spelling fix recory->recovery
Signed-off-by: Santosh Y <santoshsy@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff
drivers/scsi/scsi_error.c
... | ... | @@ -664,7 +664,7 @@ |
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 | 668 | * @scmd: SCSI command structure to hijack |
669 | 669 | * @ses: structure to save restore information |
670 | 670 | * @cmnd: CDB to send. Can be NULL if no new cmnd is needed |
... | ... | @@ -739,7 +739,7 @@ |
739 | 739 | EXPORT_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 | 743 | * @scmd: SCSI command structure to restore |
744 | 744 | * @ses: saved information from a coresponding call to scsi_eh_prep_cmnd |
745 | 745 | * |
... | ... | @@ -762,7 +762,7 @@ |
762 | 762 | EXPORT_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 | 766 | * @scmd: SCSI command structure to hijack |
767 | 767 | * @cmnd: CDB to send |
768 | 768 | * @cmnd_size: size in bytes of @cmnd |