diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 10:09:38 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 10:09:38 -0500 |
commit | f66083c376d2d2202d39d697424525031f19fa8d (patch) | |
tree | b4a3d1904982013560f02c836218697f3249367e /drivers/block | |
parent | 1967b7ff75dca31a488fce113f94cabdd4f3d7bd (diff) |
drivers/block/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/cciss_scsi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/cciss_scsi.c b/drivers/block/cciss_scsi.c index 63ee6c076cb3..55178e9973a0 100644 --- a/drivers/block/cciss_scsi.c +++ b/drivers/block/cciss_scsi.c | |||
@@ -1453,7 +1453,7 @@ static int cciss_eh_device_reset_handler(struct scsi_cmnd *scsicmd) | |||
1453 | rc = sendcmd(CCISS_RESET_MSG, ctlr, NULL, 0, 2, 0, 0, | 1453 | rc = sendcmd(CCISS_RESET_MSG, ctlr, NULL, 0, 2, 0, 0, |
1454 | (unsigned char *) &cmd_in_trouble->Header.LUN.LunAddrBytes[0], | 1454 | (unsigned char *) &cmd_in_trouble->Header.LUN.LunAddrBytes[0], |
1455 | TYPE_MSG); | 1455 | TYPE_MSG); |
1456 | /* sendcmd turned off interrputs on the board, turn 'em back on. */ | 1456 | /* sendcmd turned off interrupts on the board, turn 'em back on. */ |
1457 | (*c)->access.set_intr_mask(*c, CCISS_INTR_ON); | 1457 | (*c)->access.set_intr_mask(*c, CCISS_INTR_ON); |
1458 | if (rc == 0) | 1458 | if (rc == 0) |
1459 | return SUCCESS; | 1459 | return SUCCESS; |
@@ -1483,7 +1483,7 @@ static int cciss_eh_abort_handler(struct scsi_cmnd *scsicmd) | |||
1483 | 0, 2, 0, 0, | 1483 | 0, 2, 0, 0, |
1484 | (unsigned char *) &cmd_to_abort->Header.LUN.LunAddrBytes[0], | 1484 | (unsigned char *) &cmd_to_abort->Header.LUN.LunAddrBytes[0], |
1485 | TYPE_MSG); | 1485 | TYPE_MSG); |
1486 | /* sendcmd turned off interrputs on the board, turn 'em back on. */ | 1486 | /* sendcmd turned off interrupts on the board, turn 'em back on. */ |
1487 | (*c)->access.set_intr_mask(*c, CCISS_INTR_ON); | 1487 | (*c)->access.set_intr_mask(*c, CCISS_INTR_ON); |
1488 | if (rc == 0) | 1488 | if (rc == 0) |
1489 | return SUCCESS; | 1489 | return SUCCESS; |