diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2014-10-02 21:42:17 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-10-29 09:33:46 -0400 |
commit | 542cb4593104ae306970eb181ea42a01f1a79ed2 (patch) | |
tree | bc0583772522ffdb747795e70d41196b621c9930 /Documentation/scsi | |
parent | de869917c663f44b5b032bff238bad22e15dda56 (diff) |
scsi: Fix "choir" and "beeing" malaprops
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/scsi')
-rw-r--r-- | Documentation/scsi/scsi_eh.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/scsi/scsi_eh.txt b/Documentation/scsi/scsi_eh.txt index a0c85110a07e..8638f61c8c9d 100644 --- a/Documentation/scsi/scsi_eh.txt +++ b/Documentation/scsi/scsi_eh.txt | |||
@@ -172,7 +172,7 @@ ways. | |||
172 | 172 | ||
173 | - eh_strategy_handler() callback | 173 | - eh_strategy_handler() callback |
174 | This is one big callback which should perform whole error | 174 | This is one big callback which should perform whole error |
175 | handling. As such, it should do all choirs SCSI midlayer | 175 | handling. As such, it should do all chores the SCSI midlayer |
176 | performs during recovery. This will be discussed in [2-2]. | 176 | performs during recovery. This will be discussed in [2-2]. |
177 | 177 | ||
178 | Once recovery is complete, SCSI EH resumes normal operation by | 178 | Once recovery is complete, SCSI EH resumes normal operation by |
@@ -428,7 +428,7 @@ scmd->allowed. | |||
428 | scsi_unjam_host() and it is responsible for whole recovery process. | 428 | scsi_unjam_host() and it is responsible for whole recovery process. |
429 | On completion, the handler should have made lower layers forget about | 429 | On completion, the handler should have made lower layers forget about |
430 | all failed scmds and either ready for new commands or offline. Also, | 430 | all failed scmds and either ready for new commands or offline. Also, |
431 | it should perform SCSI EH maintenance choirs to maintain integrity of | 431 | it should perform SCSI EH maintenance chores to maintain integrity of |
432 | SCSI midlayer. IOW, of the steps described in [2-1-2], all steps | 432 | SCSI midlayer. IOW, of the steps described in [2-1-2], all steps |
433 | except for #1 must be implemented by eh_strategy_handler(). | 433 | except for #1 must be implemented by eh_strategy_handler(). |
434 | 434 | ||