aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/scsi/scsi_eh.txt
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-12-12 13:08:06 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2014-12-12 13:08:06 -0500
commita7cb7bb664543e4562ab0e9a072470d2d18c761f (patch)
tree7c72fbbc681617be8c89b63c7e98a7e7b09c72de /Documentation/scsi/scsi_eh.txt
parentccb5a4910d0ca7b1742b9217db2e1b95817e25ac (diff)
parent078014dd36989c66378dfe80066c3f8a1f6952e8 (diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull trivial tree update from Jiri Kosina: "Usual stuff: documentation updates, printk() fixes, etc" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (24 commits) intel_ips: fix a type in error message cpufreq: cpufreq-dt: Move newline to end of error message ps3rom: fix error return code treewide: fix typo in printk and Kconfig ARM: dts: bcm63138: change "interupts" to "interrupts" Replace mentions of "list_struct" to "list_head" kernel: trace: fix printk message scsi: mpt2sas: fix ioctl in comment zbud, zswap: change module author email clocksource: Fix 'clcoksource' typo in comment arm: fix wording of "Crotex" in CONFIG_ARCH_EXYNOS3 help gpio: msm-v1: make boolean argument more obvious usb: Fix typo in usb-serial-simple.c PCI: Fix comment typo 'COMFIG_PM_OPS' powerpc: Fix comment typo 'CONIFG_8xx' powerpc: Fix comment typos 'CONFiG_ALTIVEC' clk: st: Spelling s/stucture/structure/ isci: Spelling s/stucture/structure/ usb: gadget: zero: Spelling s/infrastucture/infrastructure/ treewide: Fix company name in module descriptions ...
Diffstat (limited to 'Documentation/scsi/scsi_eh.txt')
-rw-r--r--Documentation/scsi/scsi_eh.txt4
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.
428scsi_unjam_host() and it is responsible for whole recovery process. 428scsi_unjam_host() and it is responsible for whole recovery process.
429On completion, the handler should have made lower layers forget about 429On completion, the handler should have made lower layers forget about
430all failed scmds and either ready for new commands or offline. Also, 430all failed scmds and either ready for new commands or offline. Also,
431it should perform SCSI EH maintenance choirs to maintain integrity of 431it should perform SCSI EH maintenance chores to maintain integrity of
432SCSI midlayer. IOW, of the steps described in [2-1-2], all steps 432SCSI midlayer. IOW, of the steps described in [2-1-2], all steps
433except for #1 must be implemented by eh_strategy_handler(). 433except for #1 must be implemented by eh_strategy_handler().
434 434