diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-23 12:12:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-23 12:12:26 -0400 |
commit | 57d19e80f459dd845fb3cfeba8e6df8471bac142 (patch) | |
tree | 8254766715720228db3d50f1ef3c7fe003c06d65 /drivers/scsi | |
parent | ee9ec4f82049c678373a611ce20ac67fe9ad836e (diff) | |
parent | e64851f5a0ad6ec991f74ebb3108c35aa0323d5f (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (39 commits)
b43: fix comment typo reqest -> request
Haavard Skinnemoen has left Atmel
cris: typo in mach-fs Makefile
Kconfig: fix copy/paste-ism for dell-wmi-aio driver
doc: timers-howto: fix a typo ("unsgined")
perf: Only include annotate.h once in tools/perf/util/ui/browsers/annotate.c
md, raid5: Fix spelling error in comment ('Ofcourse' --> 'Of course').
treewide: fix a few typos in comments
regulator: change debug statement be consistent with the style of the rest
Revert "arm: mach-u300/gpio: Fix mem_region resource size miscalculations"
audit: acquire creds selectively to reduce atomic op overhead
rtlwifi: don't touch with treewide double semicolon removal
treewide: cleanup continuations and remove logging message whitespace
ath9k_hw: don't touch with treewide double semicolon removal
include/linux/leds-regulator.h: fix syntax in example code
tty: fix typo in descripton of tty_termios_encode_baud_rate
xtensa: remove obsolete BKL kernel option from defconfig
m68k: fix comment typo 'occcured'
arch:Kconfig.locks Remove unused config option.
treewide: remove extra semicolons
...
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c | 2 | ||||
-rw-r--r-- | drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h | 2 | ||||
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.c | 4 | ||||
-rw-r--r-- | drivers/scsi/constants.c | 2 | ||||
-rw-r--r-- | drivers/scsi/esp_scsi.c | 2 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_attr.c | 2 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_bsg.c | 2 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_hw.h | 2 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.c | 2 | ||||
-rw-r--r-- | drivers/scsi/nsp32_debug.c | 2 | ||||
-rw-r--r-- | drivers/scsi/pcmcia/nsp_debug.c | 2 | ||||
-rw-r--r-- | drivers/scsi/pm8001/pm8001_init.c | 2 | ||||
-rw-r--r-- | drivers/scsi/qla2xxx/qla_isr.c | 4 | ||||
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_mbx.c | 2 | ||||
-rw-r--r-- | drivers/scsi/sgiwd93.c | 2 |
15 files changed, 17 insertions, 17 deletions
diff --git a/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c b/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c index 078ed600f47a..232aff1fe784 100644 --- a/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c +++ b/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Aic7xxx SCSI host adapter firmware asssembler symbol table implementation | 2 | * Aic7xxx SCSI host adapter firmware assembler symbol table implementation |
3 | * | 3 | * |
4 | * Copyright (c) 1997 Justin T. Gibbs. | 4 | * Copyright (c) 1997 Justin T. Gibbs. |
5 | * Copyright (c) 2002 Adaptec Inc. | 5 | * Copyright (c) 2002 Adaptec Inc. |
diff --git a/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h b/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h index 2ba73ae7c777..34bbcad7f83f 100644 --- a/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h +++ b/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Aic7xxx SCSI host adapter firmware asssembler symbol table definitions | 2 | * Aic7xxx SCSI host adapter firmware assembler symbol table definitions |
3 | * | 3 | * |
4 | * Copyright (c) 1997 Justin T. Gibbs. | 4 | * Copyright (c) 1997 Justin T. Gibbs. |
5 | * Copyright (c) 2002 Adaptec Inc. | 5 | * Copyright (c) 2002 Adaptec Inc. |
diff --git a/drivers/scsi/be2iscsi/be_main.c b/drivers/scsi/be2iscsi/be_main.c index cea9b275965c..94b9a07845d5 100644 --- a/drivers/scsi/be2iscsi/be_main.c +++ b/drivers/scsi/be2iscsi/be_main.c | |||
@@ -619,7 +619,7 @@ static void beiscsi_get_params(struct beiscsi_hba *phba) | |||
619 | + BE2_NOPOUT_REQ)); | 619 | + BE2_NOPOUT_REQ)); |
620 | phba->params.cxns_per_ctrl = phba->fw_config.iscsi_cid_count; | 620 | phba->params.cxns_per_ctrl = phba->fw_config.iscsi_cid_count; |
621 | phba->params.asyncpdus_per_ctrl = phba->fw_config.iscsi_cid_count * 2; | 621 | phba->params.asyncpdus_per_ctrl = phba->fw_config.iscsi_cid_count * 2; |
622 | phba->params.icds_per_ctrl = phba->fw_config.iscsi_icd_count;; | 622 | phba->params.icds_per_ctrl = phba->fw_config.iscsi_icd_count; |
623 | phba->params.num_sge_per_io = BE2_SGE; | 623 | phba->params.num_sge_per_io = BE2_SGE; |
624 | phba->params.defpdu_hdr_sz = BE2_DEFPDU_HDR_SZ; | 624 | phba->params.defpdu_hdr_sz = BE2_DEFPDU_HDR_SZ; |
625 | phba->params.defpdu_data_sz = BE2_DEFPDU_DATA_SZ; | 625 | phba->params.defpdu_data_sz = BE2_DEFPDU_DATA_SZ; |
@@ -782,7 +782,7 @@ static irqreturn_t be_isr(int irq, void *dev_id) | |||
782 | int isr; | 782 | int isr; |
783 | 783 | ||
784 | phba = dev_id; | 784 | phba = dev_id; |
785 | ctrl = &phba->ctrl;; | 785 | ctrl = &phba->ctrl; |
786 | isr = ioread32(ctrl->csr + CEV_ISR0_OFFSET + | 786 | isr = ioread32(ctrl->csr + CEV_ISR0_OFFSET + |
787 | (PCI_FUNC(ctrl->pdev->devfn) * CEV_ISR_SIZE)); | 787 | (PCI_FUNC(ctrl->pdev->devfn) * CEV_ISR_SIZE)); |
788 | if (!isr) | 788 | if (!isr) |
diff --git a/drivers/scsi/constants.c b/drivers/scsi/constants.c index 60d2ef291646..450e011f981a 100644 --- a/drivers/scsi/constants.c +++ b/drivers/scsi/constants.c | |||
@@ -34,7 +34,7 @@ | |||
34 | static const char * cdb_byte0_names[] = { | 34 | static const char * cdb_byte0_names[] = { |
35 | /* 00-03 */ "Test Unit Ready", "Rezero Unit/Rewind", NULL, "Request Sense", | 35 | /* 00-03 */ "Test Unit Ready", "Rezero Unit/Rewind", NULL, "Request Sense", |
36 | /* 04-07 */ "Format Unit/Medium", "Read Block Limits", NULL, | 36 | /* 04-07 */ "Format Unit/Medium", "Read Block Limits", NULL, |
37 | "Reasssign Blocks", | 37 | "Reassign Blocks", |
38 | /* 08-0d */ "Read(6)", NULL, "Write(6)", "Seek(6)", NULL, NULL, | 38 | /* 08-0d */ "Read(6)", NULL, "Write(6)", "Seek(6)", NULL, NULL, |
39 | /* 0e-12 */ NULL, "Read Reverse", "Write Filemarks", "Space", "Inquiry", | 39 | /* 0e-12 */ NULL, "Read Reverse", "Write Filemarks", "Space", "Inquiry", |
40 | /* 13-16 */ "Verify(6)", "Recover Buffered Data", "Mode Select(6)", | 40 | /* 13-16 */ "Verify(6)", "Recover Buffered Data", "Mode Select(6)", |
diff --git a/drivers/scsi/esp_scsi.c b/drivers/scsi/esp_scsi.c index 9a1af1d6071a..394ed9e79fd4 100644 --- a/drivers/scsi/esp_scsi.c +++ b/drivers/scsi/esp_scsi.c | |||
@@ -1058,7 +1058,7 @@ static struct esp_cmd_entry *esp_reconnect_with_tag(struct esp *esp, | |||
1058 | esp->ops->send_dma_cmd(esp, esp->command_block_dma, | 1058 | esp->ops->send_dma_cmd(esp, esp->command_block_dma, |
1059 | 2, 2, 1, ESP_CMD_DMA | ESP_CMD_TI); | 1059 | 2, 2, 1, ESP_CMD_DMA | ESP_CMD_TI); |
1060 | 1060 | ||
1061 | /* ACK the msssage. */ | 1061 | /* ACK the message. */ |
1062 | scsi_esp_cmd(esp, ESP_CMD_MOK); | 1062 | scsi_esp_cmd(esp, ESP_CMD_MOK); |
1063 | 1063 | ||
1064 | for (i = 0; i < ESP_RESELECT_TAG_LIMIT; i++) { | 1064 | for (i = 0; i < ESP_RESELECT_TAG_LIMIT; i++) { |
diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c index 17d789325f40..8dcbf8fff673 100644 --- a/drivers/scsi/lpfc/lpfc_attr.c +++ b/drivers/scsi/lpfc/lpfc_attr.c | |||
@@ -4532,7 +4532,7 @@ lpfc_set_vport_symbolic_name(struct fc_vport *fc_vport) | |||
4532 | * | 4532 | * |
4533 | * This function is called by the lpfc_get_cfgparam() routine to set the | 4533 | * This function is called by the lpfc_get_cfgparam() routine to set the |
4534 | * module lpfc_log_verbose into the @phba cfg_log_verbose for use with | 4534 | * module lpfc_log_verbose into the @phba cfg_log_verbose for use with |
4535 | * log messsage according to the module's lpfc_log_verbose parameter setting | 4535 | * log message according to the module's lpfc_log_verbose parameter setting |
4536 | * before hba port or vport created. | 4536 | * before hba port or vport created. |
4537 | **/ | 4537 | **/ |
4538 | static void | 4538 | static void |
diff --git a/drivers/scsi/lpfc/lpfc_bsg.c b/drivers/scsi/lpfc/lpfc_bsg.c index 37e2a1272f86..853e5042f39c 100644 --- a/drivers/scsi/lpfc/lpfc_bsg.c +++ b/drivers/scsi/lpfc/lpfc_bsg.c | |||
@@ -598,7 +598,7 @@ lpfc_bsg_rport_els(struct fc_bsg_job *job) | |||
598 | dd_data->context_un.iocb.cmdiocbq = cmdiocbq; | 598 | dd_data->context_un.iocb.cmdiocbq = cmdiocbq; |
599 | dd_data->context_un.iocb.rspiocbq = rspiocbq; | 599 | dd_data->context_un.iocb.rspiocbq = rspiocbq; |
600 | dd_data->context_un.iocb.set_job = job; | 600 | dd_data->context_un.iocb.set_job = job; |
601 | dd_data->context_un.iocb.bmp = NULL;; | 601 | dd_data->context_un.iocb.bmp = NULL; |
602 | dd_data->context_un.iocb.ndlp = ndlp; | 602 | dd_data->context_un.iocb.ndlp = ndlp; |
603 | 603 | ||
604 | if (phba->cfg_poll & DISABLE_FCP_RING_INT) { | 604 | if (phba->cfg_poll & DISABLE_FCP_RING_INT) { |
diff --git a/drivers/scsi/lpfc/lpfc_hw.h b/drivers/scsi/lpfc/lpfc_hw.h index 95f11ed79463..86b6f7e6686a 100644 --- a/drivers/scsi/lpfc/lpfc_hw.h +++ b/drivers/scsi/lpfc/lpfc_hw.h | |||
@@ -1002,7 +1002,7 @@ typedef struct _ELS_PKT { /* Structure is in Big Endian format */ | |||
1002 | #define SLI_MGMT_GRPL 0x102 /* Get registered Port list */ | 1002 | #define SLI_MGMT_GRPL 0x102 /* Get registered Port list */ |
1003 | #define SLI_MGMT_GPAT 0x110 /* Get Port attributes */ | 1003 | #define SLI_MGMT_GPAT 0x110 /* Get Port attributes */ |
1004 | #define SLI_MGMT_RHBA 0x200 /* Register HBA */ | 1004 | #define SLI_MGMT_RHBA 0x200 /* Register HBA */ |
1005 | #define SLI_MGMT_RHAT 0x201 /* Register HBA atttributes */ | 1005 | #define SLI_MGMT_RHAT 0x201 /* Register HBA attributes */ |
1006 | #define SLI_MGMT_RPRT 0x210 /* Register Port */ | 1006 | #define SLI_MGMT_RPRT 0x210 /* Register Port */ |
1007 | #define SLI_MGMT_RPA 0x211 /* Register Port attributes */ | 1007 | #define SLI_MGMT_RPA 0x211 /* Register Port attributes */ |
1008 | #define SLI_MGMT_DHBA 0x300 /* De-register HBA */ | 1008 | #define SLI_MGMT_DHBA 0x300 /* De-register HBA */ |
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c index 837d272cb2d6..fd5835e1c039 100644 --- a/drivers/scsi/lpfc/lpfc_sli.c +++ b/drivers/scsi/lpfc/lpfc_sli.c | |||
@@ -3040,7 +3040,7 @@ lpfc_sli_sp_handle_rspiocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring, | |||
3040 | list_add_tail(&rspiocbp->list, &(pring->iocb_continueq)); | 3040 | list_add_tail(&rspiocbp->list, &(pring->iocb_continueq)); |
3041 | pring->iocb_continueq_cnt++; | 3041 | pring->iocb_continueq_cnt++; |
3042 | 3042 | ||
3043 | /* Now, determine whetehr the list is completed for processing */ | 3043 | /* Now, determine whether the list is completed for processing */ |
3044 | irsp = &rspiocbp->iocb; | 3044 | irsp = &rspiocbp->iocb; |
3045 | if (irsp->ulpLe) { | 3045 | if (irsp->ulpLe) { |
3046 | /* | 3046 | /* |
diff --git a/drivers/scsi/nsp32_debug.c b/drivers/scsi/nsp32_debug.c index 2fb3fb58858d..58806f432a16 100644 --- a/drivers/scsi/nsp32_debug.c +++ b/drivers/scsi/nsp32_debug.c | |||
@@ -13,7 +13,7 @@ static const char unknown[] = "UNKNOWN"; | |||
13 | 13 | ||
14 | static const char * group_0_commands[] = { | 14 | static const char * group_0_commands[] = { |
15 | /* 00-03 */ "Test Unit Ready", "Rezero Unit", unknown, "Request Sense", | 15 | /* 00-03 */ "Test Unit Ready", "Rezero Unit", unknown, "Request Sense", |
16 | /* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reasssign Blocks", | 16 | /* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reassign Blocks", |
17 | /* 08-0d */ "Read (6)", unknown, "Write (6)", "Seek (6)", unknown, unknown, | 17 | /* 08-0d */ "Read (6)", unknown, "Write (6)", "Seek (6)", unknown, unknown, |
18 | /* 0e-12 */ unknown, "Read Reverse", "Write Filemarks", "Space", "Inquiry", | 18 | /* 0e-12 */ unknown, "Read Reverse", "Write Filemarks", "Space", "Inquiry", |
19 | /* 13-16 */ unknown, "Recover Buffered Data", "Mode Select", "Reserve", | 19 | /* 13-16 */ unknown, "Recover Buffered Data", "Mode Select", "Reserve", |
diff --git a/drivers/scsi/pcmcia/nsp_debug.c b/drivers/scsi/pcmcia/nsp_debug.c index 3c6ef64fcbff..6aa7d269d3b3 100644 --- a/drivers/scsi/pcmcia/nsp_debug.c +++ b/drivers/scsi/pcmcia/nsp_debug.c | |||
@@ -15,7 +15,7 @@ static const char unknown[] = "UNKNOWN"; | |||
15 | 15 | ||
16 | static const char * group_0_commands[] = { | 16 | static const char * group_0_commands[] = { |
17 | /* 00-03 */ "Test Unit Ready", "Rezero Unit", unknown, "Request Sense", | 17 | /* 00-03 */ "Test Unit Ready", "Rezero Unit", unknown, "Request Sense", |
18 | /* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reasssign Blocks", | 18 | /* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reassign Blocks", |
19 | /* 08-0d */ "Read (6)", unknown, "Write (6)", "Seek (6)", unknown, unknown, | 19 | /* 08-0d */ "Read (6)", unknown, "Write (6)", "Seek (6)", unknown, unknown, |
20 | /* 0e-12 */ unknown, "Read Reverse", "Write Filemarks", "Space", "Inquiry", | 20 | /* 0e-12 */ unknown, "Read Reverse", "Write Filemarks", "Space", "Inquiry", |
21 | /* 13-16 */ unknown, "Recover Buffered Data", "Mode Select", "Reserve", | 21 | /* 13-16 */ unknown, "Recover Buffered Data", "Mode Select", "Reserve", |
diff --git a/drivers/scsi/pm8001/pm8001_init.c b/drivers/scsi/pm8001/pm8001_init.c index 002360da01e3..172cefb6deb9 100644 --- a/drivers/scsi/pm8001/pm8001_init.c +++ b/drivers/scsi/pm8001/pm8001_init.c | |||
@@ -160,7 +160,7 @@ static void pm8001_free(struct pm8001_hba_info *pm8001_ha) | |||
160 | static void pm8001_tasklet(unsigned long opaque) | 160 | static void pm8001_tasklet(unsigned long opaque) |
161 | { | 161 | { |
162 | struct pm8001_hba_info *pm8001_ha; | 162 | struct pm8001_hba_info *pm8001_ha; |
163 | pm8001_ha = (struct pm8001_hba_info *)opaque;; | 163 | pm8001_ha = (struct pm8001_hba_info *)opaque; |
164 | if (unlikely(!pm8001_ha)) | 164 | if (unlikely(!pm8001_ha)) |
165 | BUG_ON(1); | 165 | BUG_ON(1); |
166 | PM8001_CHIP_DISP->isr(pm8001_ha); | 166 | PM8001_CHIP_DISP->isr(pm8001_ha); |
diff --git a/drivers/scsi/qla2xxx/qla_isr.c b/drivers/scsi/qla2xxx/qla_isr.c index 9c0f0e3389eb..1b60a95adb50 100644 --- a/drivers/scsi/qla2xxx/qla_isr.c +++ b/drivers/scsi/qla2xxx/qla_isr.c | |||
@@ -1060,7 +1060,7 @@ qla2x00_ct_entry(scsi_qla_host_t *vha, struct req_que *req, | |||
1060 | } | 1060 | } |
1061 | DEBUG2(qla2x00_dump_buffer((uint8_t *)pkt, sizeof(*pkt))); | 1061 | DEBUG2(qla2x00_dump_buffer((uint8_t *)pkt, sizeof(*pkt))); |
1062 | } else { | 1062 | } else { |
1063 | bsg_job->reply->result = DID_OK << 16;; | 1063 | bsg_job->reply->result = DID_OK << 16; |
1064 | bsg_job->reply->reply_payload_rcv_len = | 1064 | bsg_job->reply->reply_payload_rcv_len = |
1065 | bsg_job->reply_payload.payload_len; | 1065 | bsg_job->reply_payload.payload_len; |
1066 | bsg_job->reply_len = 0; | 1066 | bsg_job->reply_len = 0; |
@@ -1155,7 +1155,7 @@ qla24xx_els_ct_entry(scsi_qla_host_t *vha, struct req_que *req, | |||
1155 | DEBUG2(qla2x00_dump_buffer((uint8_t *)pkt, sizeof(*pkt))); | 1155 | DEBUG2(qla2x00_dump_buffer((uint8_t *)pkt, sizeof(*pkt))); |
1156 | } | 1156 | } |
1157 | else { | 1157 | else { |
1158 | bsg_job->reply->result = DID_OK << 16;; | 1158 | bsg_job->reply->result = DID_OK << 16; |
1159 | bsg_job->reply->reply_payload_rcv_len = bsg_job->reply_payload.payload_len; | 1159 | bsg_job->reply->reply_payload_rcv_len = bsg_job->reply_payload.payload_len; |
1160 | bsg_job->reply_len = 0; | 1160 | bsg_job->reply_len = 0; |
1161 | } | 1161 | } |
diff --git a/drivers/scsi/qla4xxx/ql4_mbx.c b/drivers/scsi/qla4xxx/ql4_mbx.c index f9d81c8372c3..d78b58dc5011 100644 --- a/drivers/scsi/qla4xxx/ql4_mbx.c +++ b/drivers/scsi/qla4xxx/ql4_mbx.c | |||
@@ -19,7 +19,7 @@ | |||
19 | * @mbx_cmd: data pointer for mailbox in registers. | 19 | * @mbx_cmd: data pointer for mailbox in registers. |
20 | * @mbx_sts: data pointer for mailbox out registers. | 20 | * @mbx_sts: data pointer for mailbox out registers. |
21 | * | 21 | * |
22 | * This routine isssue mailbox commands and waits for completion. | 22 | * This routine issue mailbox commands and waits for completion. |
23 | * If outCount is 0, this routine completes successfully WITHOUT waiting | 23 | * If outCount is 0, this routine completes successfully WITHOUT waiting |
24 | * for the mailbox command to complete. | 24 | * for the mailbox command to complete. |
25 | **/ | 25 | **/ |
diff --git a/drivers/scsi/sgiwd93.c b/drivers/scsi/sgiwd93.c index fef0e3c75b16..3a9d85ca6047 100644 --- a/drivers/scsi/sgiwd93.c +++ b/drivers/scsi/sgiwd93.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * License. See the file "COPYING" in the main directory of this archive | 3 | * License. See the file "COPYING" in the main directory of this archive |
4 | * for more details. | 4 | * for more details. |
5 | * | 5 | * |
6 | * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) | 6 | * Copyright (C) 1996 David S. Miller (davem@davemloft.net) |
7 | * Copyright (C) 1999 Andrew R. Baker (andrewb@uab.edu) | 7 | * Copyright (C) 1999 Andrew R. Baker (andrewb@uab.edu) |
8 | * Copyright (C) 2001 Florian Lohoff (flo@rfc822.org) | 8 | * Copyright (C) 2001 Florian Lohoff (flo@rfc822.org) |
9 | * Copyright (C) 2003, 07 Ralf Baechle (ralf@linux-mips.org) | 9 | * Copyright (C) 2003, 07 Ralf Baechle (ralf@linux-mips.org) |