[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1344599224-4074-1-git-send-email-petr.uzel@suse.cz>
Date: Fri, 10 Aug 2012 13:47:02 +0200
From: Petr Uzel <petr.uzel@...e.cz>
To: linux-kernel@...r.kernel.org
Cc: Rob Landley <rob@...dley.net> (maintainer:DOCUMENTATION),
linux-doc@...r.kernel.org (open list:DOCUMENTATION)
Subject: [PATCH] [SCSI] fix typo in scsi documentation
Signed-off-by: Petr Uzel <petr.uzel@...e.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists