diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-05-10 04:16:21 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-05-10 04:16:21 -0400 |
commit | 70f23fd66bc821a0e99647f70a809e277cc93c4c (patch) | |
tree | 3e768b77e63c6364ef32cf257c9449369afd215f /drivers/scsi | |
parent | c719864f15676af92b705589c93ba1468b89cd24 (diff) |
treewide: fix a few typos in comments
- kenrel -> kernel
- whetehr -> whether
- ttt -> tt
- sss -> ss
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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/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_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/qla4xxx/ql4_mbx.c | 2 |
10 files changed, 10 insertions, 10 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/constants.c b/drivers/scsi/constants.c index d0c82340f0e2..d0cdde57d7d2 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 57558523c1b8..182831e1e0b2 100644 --- a/drivers/scsi/esp_scsi.c +++ b/drivers/scsi/esp_scsi.c | |||
@@ -1059,7 +1059,7 @@ static struct esp_cmd_entry *esp_reconnect_with_tag(struct esp *esp, | |||
1059 | esp->ops->send_dma_cmd(esp, esp->command_block_dma, | 1059 | esp->ops->send_dma_cmd(esp, esp->command_block_dma, |
1060 | 2, 2, 1, ESP_CMD_DMA | ESP_CMD_TI); | 1060 | 2, 2, 1, ESP_CMD_DMA | ESP_CMD_TI); |
1061 | 1061 | ||
1062 | /* ACK the msssage. */ | 1062 | /* ACK the message. */ |
1063 | scsi_esp_cmd(esp, ESP_CMD_MOK); | 1063 | scsi_esp_cmd(esp, ESP_CMD_MOK); |
1064 | 1064 | ||
1065 | for (i = 0; i < ESP_RESELECT_TAG_LIMIT; i++) { | 1065 | 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_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 dacabbe0a586..63c5d627a5a3 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/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 | **/ |