diff options
author | Anatol Pomozov <anatol.pomozov@gmail.com> | 2012-09-01 13:31:09 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 13:33:05 -0400 |
commit | 4907cb7b193a4f91c1fd30cf679c035e3644c64d (patch) | |
tree | 3a11b6fed733b906e005a7f7cfa5b5c6c78dbd49 /drivers/scsi/isci/request.c | |
parent | 203fa3fe9c9d79b3f4cd044cab13622123b6c578 (diff) |
treewide: fix comment/printk/variable typos
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi/isci/request.c')
-rw-r--r-- | drivers/scsi/isci/request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/isci/request.c b/drivers/scsi/isci/request.c index 7a0431c73493..c1bafc3f3fb1 100644 --- a/drivers/scsi/isci/request.c +++ b/drivers/scsi/isci/request.c | |||
@@ -2240,7 +2240,7 @@ static enum sci_status atapi_data_tc_completion_handler(struct isci_request *ire | |||
2240 | status = ireq->sci_status; | 2240 | status = ireq->sci_status; |
2241 | sci_change_state(&idev->sm, SCI_STP_DEV_ATAPI_ERROR); | 2241 | sci_change_state(&idev->sm, SCI_STP_DEV_ATAPI_ERROR); |
2242 | } else { | 2242 | } else { |
2243 | /* If receiving any non-sucess TC status, no UF | 2243 | /* If receiving any non-success TC status, no UF |
2244 | * received yet, then an UF for the status fis | 2244 | * received yet, then an UF for the status fis |
2245 | * is coming after (XXX: suspect this is | 2245 | * is coming after (XXX: suspect this is |
2246 | * actually a protocol error or a bug like the | 2246 | * actually a protocol error or a bug like the |