All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [SCSI] fix typo in scsi documentation
@ 2012-08-10 11:47 Petr Uzel
  2012-08-16 13:08 ` Rob Landley
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Uzel @ 2012-08-10 11:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: Rob Landley, open list:DOCUMENTATION


Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
---
 Documentation/scsi/scsi_eh.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/scsi/scsi_eh.txt b/Documentation/scsi/scsi_eh.txt
index 6ff16b6..128348e 100644
--- a/Documentation/scsi/scsi_eh.txt
+++ b/Documentation/scsi/scsi_eh.txt
@@ -53,7 +53,7 @@ does the following.
  1. Delete timeout timer.  If it fails, it means that timeout timer
     has expired and is going to finish the command.  Just return.
 
- 2. Link scmd to per-cpu scsi_done_q using scmd->en_entry
+ 2. Link scmd to per-cpu scsi_done_q using scmd->eh_entry
 
  3. Raise SCSI_SOFTIRQ
 
-- 
1.7.7


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-16 13:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-10 11:47 [PATCH] [SCSI] fix typo in scsi documentation Petr Uzel
2012-08-16 13:08 ` Rob Landley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.