diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/aic7xxx/Kconfig.aic79xx | 2 | ||||
-rw-r--r-- | drivers/scsi/nsp32.c | 2 | ||||
-rw-r--r-- | drivers/scsi/pcmcia/nsp_cs.c | 2 | ||||
-rw-r--r-- | drivers/scsi/qla2xxx/qla_nx2.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/drivers/scsi/aic7xxx/Kconfig.aic79xx b/drivers/scsi/aic7xxx/Kconfig.aic79xx index 6739069477de..3b3d599103f8 100644 --- a/drivers/scsi/aic7xxx/Kconfig.aic79xx +++ b/drivers/scsi/aic7xxx/Kconfig.aic79xx | |||
@@ -70,7 +70,7 @@ config AIC79XX_DEBUG_MASK | |||
70 | default "0" | 70 | default "0" |
71 | help | 71 | help |
72 | Bit mask of debug options that is only valid if the | 72 | Bit mask of debug options that is only valid if the |
73 | CONFIG_AIC79XX_DEBUG_ENBLE option is enabled. The bits in this mask | 73 | CONFIG_AIC79XX_DEBUG_ENABLE option is enabled. The bits in this mask |
74 | are defined in the drivers/scsi/aic7xxx/aic79xx.h - search for the | 74 | are defined in the drivers/scsi/aic7xxx/aic79xx.h - search for the |
75 | variable ahd_debug in that file to find them. | 75 | variable ahd_debug in that file to find them. |
76 | 76 | ||
diff --git a/drivers/scsi/nsp32.c b/drivers/scsi/nsp32.c index 50b086aef178..53284eb23a15 100644 --- a/drivers/scsi/nsp32.c +++ b/drivers/scsi/nsp32.c | |||
@@ -930,7 +930,7 @@ static int nsp32_queuecommand_lck(struct scsi_cmnd *SCpnt, void (*done)(struct s | |||
930 | 930 | ||
931 | /* check target ID is not same as this initiator ID */ | 931 | /* check target ID is not same as this initiator ID */ |
932 | if (scmd_id(SCpnt) == SCpnt->device->host->this_id) { | 932 | if (scmd_id(SCpnt) == SCpnt->device->host->this_id) { |
933 | nsp32_dbg(NSP32_DEBUG_QUEUECOMMAND, "terget==host???"); | 933 | nsp32_dbg(NSP32_DEBUG_QUEUECOMMAND, "target==host???"); |
934 | SCpnt->result = DID_BAD_TARGET << 16; | 934 | SCpnt->result = DID_BAD_TARGET << 16; |
935 | done(SCpnt); | 935 | done(SCpnt); |
936 | return 0; | 936 | return 0; |
diff --git a/drivers/scsi/pcmcia/nsp_cs.c b/drivers/scsi/pcmcia/nsp_cs.c index 340ceff03823..34aad32829f5 100644 --- a/drivers/scsi/pcmcia/nsp_cs.c +++ b/drivers/scsi/pcmcia/nsp_cs.c | |||
@@ -533,7 +533,7 @@ static int nsp_negate_signal(struct scsi_cmnd *SCpnt, unsigned char mask, | |||
533 | } while ((--time_out != 0) && (reg & mask) != 0); | 533 | } while ((--time_out != 0) && (reg & mask) != 0); |
534 | 534 | ||
535 | if (time_out == 0) { | 535 | if (time_out == 0) { |
536 | nsp_msg(KERN_DEBUG, " %s signal off timeut", str); | 536 | nsp_msg(KERN_DEBUG, " %s signal off timeout", str); |
537 | } | 537 | } |
538 | 538 | ||
539 | return 0; | 539 | return 0; |
diff --git a/drivers/scsi/qla2xxx/qla_nx2.c b/drivers/scsi/qla2xxx/qla_nx2.c index da9e3902f219..24a852828b5d 100644 --- a/drivers/scsi/qla2xxx/qla_nx2.c +++ b/drivers/scsi/qla2xxx/qla_nx2.c | |||
@@ -399,7 +399,7 @@ qla8044_idc_lock(struct qla_hw_data *ha) | |||
399 | */ | 399 | */ |
400 | ql_dbg(ql_dbg_p3p, vha, 0xb08a, | 400 | ql_dbg(ql_dbg_p3p, vha, 0xb08a, |
401 | "%s: IDC lock Recovery by %d " | 401 | "%s: IDC lock Recovery by %d " |
402 | "failed, Retrying timout\n", __func__, | 402 | "failed, Retrying timeout\n", __func__, |
403 | ha->portnum); | 403 | ha->portnum); |
404 | timeout = 0; | 404 | timeout = 0; |
405 | } | 405 | } |