diff options
author | Joe Perches <joe@perches.com> | 2008-02-03 10:28:22 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@kernel.org> | 2008-02-03 10:28:22 -0500 |
commit | b1c118121ae37285ddc0a7a908999196bb35fb0b (patch) | |
tree | d4822302497c87c7e054898c4e30fa08742a9d97 /drivers/scsi/ips.c | |
parent | f26fc4e08a0d045b108ab279cb8c8bd676f83c02 (diff) |
drivers/scsi/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Acked-by: James Smart <james.smart@emulex.com>
Acked-by: Darrick J. Wong <djwong@us.ibm.com>
Acked-by: David Somayajulu <david.somayajulu@qlogic.com>
Acked-by: Mark Salyzyn <mark_salyzyn@adaptec.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'drivers/scsi/ips.c')
-rw-r--r-- | drivers/scsi/ips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/ips.c b/drivers/scsi/ips.c index 7505cca8e68e..bb152fb9fec7 100644 --- a/drivers/scsi/ips.c +++ b/drivers/scsi/ips.c | |||
@@ -1309,7 +1309,7 @@ ips_intr_copperhead(ips_ha_t * ha) | |||
1309 | cstatus.value = (*ha->func.statupd) (ha); | 1309 | cstatus.value = (*ha->func.statupd) (ha); |
1310 | 1310 | ||
1311 | if (cstatus.fields.command_id > (IPS_MAX_CMDS - 1)) { | 1311 | if (cstatus.fields.command_id > (IPS_MAX_CMDS - 1)) { |
1312 | /* Spurious Interupt ? */ | 1312 | /* Spurious Interrupt ? */ |
1313 | continue; | 1313 | continue; |
1314 | } | 1314 | } |
1315 | 1315 | ||