2012-08-10 11:47:22

by Petr Uzel

[permalink] [raw]
Subject: [PATCH] [SCSI] fix typo in scsi documentation


Signed-off-by: Petr Uzel <[email protected]>
---
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


2012-08-16 13:08:34

by Rob Landley

[permalink] [raw]
Subject: Re: [PATCH] [SCSI] fix typo in scsi documentation

On 08/10/2012 06:47 AM, Petr Uzel wrote:
> Signed-off-by: Petr Uzel <[email protected]>
> ---
> Documentation/scsi/scsi_eh.txt | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)

Acked-by: Rob Landley <[email protected]>

Rob
--
GNU/Linux isn't: Linux=GPLv2, GNU=GPLv3+, they can't share code.
Either it's "mere aggregation", or a license violation. Pick one.