diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-11 06:17:00 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-06-16 12:05:05 -0400 |
commit | 421f91d21ad6f799dc7b489bb33cc560ccc56f98 (patch) | |
tree | aaf9f6385233fdf9277e634603156c89ede7f770 /drivers/scsi | |
parent | 65155b3708137fabee865dc4da822763c0c41208 (diff) |
fix typos concerning "initiali[zs]e"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/advansys.c | 2 | ||||
-rw-r--r-- | drivers/scsi/aic94xx/aic94xx_seq.c | 4 | ||||
-rw-r--r-- | drivers/scsi/bfa/vport.c | 2 | ||||
-rw-r--r-- | drivers/scsi/pm8001/pm8001_hwi.c | 2 | ||||
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_init.c | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/drivers/scsi/advansys.c b/drivers/scsi/advansys.c index 7f87979da22d..0ec3da6f3e12 100644 --- a/drivers/scsi/advansys.c +++ b/drivers/scsi/advansys.c | |||
@@ -9717,7 +9717,7 @@ static ushort __devinit AscInitAscDvcVar(ASC_DVC_VAR *asc_dvc) | |||
9717 | asc_dvc->bug_fix_cntl = 0; | 9717 | asc_dvc->bug_fix_cntl = 0; |
9718 | asc_dvc->pci_fix_asyn_xfer = 0; | 9718 | asc_dvc->pci_fix_asyn_xfer = 0; |
9719 | asc_dvc->pci_fix_asyn_xfer_always = 0; | 9719 | asc_dvc->pci_fix_asyn_xfer_always = 0; |
9720 | /* asc_dvc->init_state initalized in AscInitGetConfig(). */ | 9720 | /* asc_dvc->init_state initialized in AscInitGetConfig(). */ |
9721 | asc_dvc->sdtr_done = 0; | 9721 | asc_dvc->sdtr_done = 0; |
9722 | asc_dvc->cur_total_qng = 0; | 9722 | asc_dvc->cur_total_qng = 0; |
9723 | asc_dvc->is_in_int = 0; | 9723 | asc_dvc->is_in_int = 0; |
diff --git a/drivers/scsi/aic94xx/aic94xx_seq.c b/drivers/scsi/aic94xx/aic94xx_seq.c index d01dcc62b39a..74374618010c 100644 --- a/drivers/scsi/aic94xx/aic94xx_seq.c +++ b/drivers/scsi/aic94xx/aic94xx_seq.c | |||
@@ -588,7 +588,7 @@ static void asd_init_cseq_mdp(struct asd_ha_struct *asd_ha) | |||
588 | * asd_init_cseq_scratch -- setup and init CSEQ | 588 | * asd_init_cseq_scratch -- setup and init CSEQ |
589 | * @asd_ha: pointer to host adapter structure | 589 | * @asd_ha: pointer to host adapter structure |
590 | * | 590 | * |
591 | * Setup and initialize Central sequencers. Initialiaze the mode | 591 | * Setup and initialize Central sequencers. Initialize the mode |
592 | * independent and dependent scratch page to the default settings. | 592 | * independent and dependent scratch page to the default settings. |
593 | */ | 593 | */ |
594 | static void asd_init_cseq_scratch(struct asd_ha_struct *asd_ha) | 594 | static void asd_init_cseq_scratch(struct asd_ha_struct *asd_ha) |
@@ -782,7 +782,7 @@ static void asd_init_lseq_mdp(struct asd_ha_struct *asd_ha, int lseq) | |||
782 | asd_write_reg_word(asd_ha, LmSEQ_OOB_INT_ENABLES(lseq), 0); | 782 | asd_write_reg_word(asd_ha, LmSEQ_OOB_INT_ENABLES(lseq), 0); |
783 | /* | 783 | /* |
784 | * Set the desired interval between transmissions of the NOTIFY | 784 | * Set the desired interval between transmissions of the NOTIFY |
785 | * (ENABLE SPINUP) primitive. Must be initilized to val - 1. | 785 | * (ENABLE SPINUP) primitive. Must be initialized to val - 1. |
786 | */ | 786 | */ |
787 | asd_write_reg_word(asd_ha, LmSEQ_NOTIFY_TIMER_TIMEOUT(lseq), | 787 | asd_write_reg_word(asd_ha, LmSEQ_NOTIFY_TIMER_TIMEOUT(lseq), |
788 | ASD_NOTIFY_TIMEOUT - 1); | 788 | ASD_NOTIFY_TIMEOUT - 1); |
diff --git a/drivers/scsi/bfa/vport.c b/drivers/scsi/bfa/vport.c index 27cd619a227a..e2720c8a6661 100644 --- a/drivers/scsi/bfa/vport.c +++ b/drivers/scsi/bfa/vport.c | |||
@@ -789,7 +789,7 @@ bfa_cb_lps_fdisc_comp(void *bfad, void *uarg, bfa_status_t status) | |||
789 | switch (status) { | 789 | switch (status) { |
790 | case BFA_STATUS_OK: | 790 | case BFA_STATUS_OK: |
791 | /* | 791 | /* |
792 | * Initialiaze the V-Port fields | 792 | * Initialize the V-Port fields |
793 | */ | 793 | */ |
794 | __vport_fcid(vport) = bfa_lps_get_pid(vport->lps); | 794 | __vport_fcid(vport) = bfa_lps_get_pid(vport->lps); |
795 | vport->vport_stats.fdisc_accepts++; | 795 | vport->vport_stats.fdisc_accepts++; |
diff --git a/drivers/scsi/pm8001/pm8001_hwi.c b/drivers/scsi/pm8001/pm8001_hwi.c index 0e05e8a22167..e81efac25fa4 100644 --- a/drivers/scsi/pm8001/pm8001_hwi.c +++ b/drivers/scsi/pm8001/pm8001_hwi.c | |||
@@ -1082,7 +1082,7 @@ static void pm8001_hw_chip_rst(struct pm8001_hba_info *pm8001_ha) | |||
1082 | } | 1082 | } |
1083 | 1083 | ||
1084 | /** | 1084 | /** |
1085 | * pm8001_chip_iounmap - which maped when initilized. | 1085 | * pm8001_chip_iounmap - which maped when initialized. |
1086 | * @pm8001_ha: our hba card information | 1086 | * @pm8001_ha: our hba card information |
1087 | */ | 1087 | */ |
1088 | static void pm8001_chip_iounmap(struct pm8001_hba_info *pm8001_ha) | 1088 | static void pm8001_chip_iounmap(struct pm8001_hba_info *pm8001_ha) |
diff --git a/drivers/scsi/qla4xxx/ql4_init.c b/drivers/scsi/qla4xxx/ql4_init.c index 5510df8a7fa6..cd3043265a6d 100644 --- a/drivers/scsi/qla4xxx/ql4_init.c +++ b/drivers/scsi/qla4xxx/ql4_init.c | |||
@@ -183,7 +183,7 @@ static int qla4xxx_validate_mac_address(struct scsi_qla_host *ha) | |||
183 | **/ | 183 | **/ |
184 | static int qla4xxx_init_local_data(struct scsi_qla_host *ha) | 184 | static int qla4xxx_init_local_data(struct scsi_qla_host *ha) |
185 | { | 185 | { |
186 | /* Initilize aen queue */ | 186 | /* Initialize aen queue */ |
187 | ha->aen_q_count = MAX_AEN_ENTRIES; | 187 | ha->aen_q_count = MAX_AEN_ENTRIES; |
188 | 188 | ||
189 | return qla4xxx_get_firmware_status(ha); | 189 | return qla4xxx_get_firmware_status(ha); |