diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/aic7xxx/aicasm/aicasm.c | 2 | ||||
-rw-r--r-- | drivers/scsi/ips.c | 2 | ||||
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_fw.h | 2 | ||||
-rw-r--r-- | drivers/scsi/vmw_pvscsi.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/drivers/scsi/aic7xxx/aicasm/aicasm.c b/drivers/scsi/aic7xxx/aicasm/aicasm.c index e4a778720301..2e3117aa382f 100644 --- a/drivers/scsi/aic7xxx/aicasm/aicasm.c +++ b/drivers/scsi/aic7xxx/aicasm/aicasm.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Aic7xxx SCSI host adapter firmware asssembler | 2 | * Aic7xxx SCSI host adapter firmware assembler |
3 | * | 3 | * |
4 | * Copyright (c) 1997, 1998, 2000, 2001 Justin T. Gibbs. | 4 | * Copyright (c) 1997, 1998, 2000, 2001 Justin T. Gibbs. |
5 | * Copyright (c) 2001, 2002 Adaptec Inc. | 5 | * Copyright (c) 2001, 2002 Adaptec Inc. |
diff --git a/drivers/scsi/ips.c b/drivers/scsi/ips.c index 218f71a8726e..d77891e5683b 100644 --- a/drivers/scsi/ips.c +++ b/drivers/scsi/ips.c | |||
@@ -4494,7 +4494,7 @@ ips_init_scb(ips_ha_t * ha, ips_scb_t * scb) | |||
4494 | /* */ | 4494 | /* */ |
4495 | /* Initialize a CCB to default values */ | 4495 | /* Initialize a CCB to default values */ |
4496 | /* */ | 4496 | /* */ |
4497 | /* ASSUMED to be callled from within a lock */ | 4497 | /* ASSUMED to be called from within a lock */ |
4498 | /* */ | 4498 | /* */ |
4499 | /****************************************************************************/ | 4499 | /****************************************************************************/ |
4500 | static ips_scb_t * | 4500 | static ips_scb_t * |
diff --git a/drivers/scsi/qla4xxx/ql4_fw.h b/drivers/scsi/qla4xxx/ql4_fw.h index cbd5a20dbbd1..866af45b3d6c 100644 --- a/drivers/scsi/qla4xxx/ql4_fw.h +++ b/drivers/scsi/qla4xxx/ql4_fw.h | |||
@@ -744,7 +744,7 @@ struct dev_db_entry { | |||
744 | uint8_t res4[0x36]; /* 8A-BF */ | 744 | uint8_t res4[0x36]; /* 8A-BF */ |
745 | uint8_t iscsi_name[0xE0]; /* C0-19F : xxzzy Make this a | 745 | uint8_t iscsi_name[0xE0]; /* C0-19F : xxzzy Make this a |
746 | * pointer to a string so we | 746 | * pointer to a string so we |
747 | * don't have to reserve soooo | 747 | * don't have to reserve so |
748 | * much RAM */ | 748 | * much RAM */ |
749 | uint8_t link_local_ipv6_addr[0x10]; /* 1A0-1AF */ | 749 | uint8_t link_local_ipv6_addr[0x10]; /* 1A0-1AF */ |
750 | uint8_t res5[0x10]; /* 1B0-1BF */ | 750 | uint8_t res5[0x10]; /* 1B0-1BF */ |
diff --git a/drivers/scsi/vmw_pvscsi.c b/drivers/scsi/vmw_pvscsi.c index a18996d24466..7264116185d5 100644 --- a/drivers/scsi/vmw_pvscsi.c +++ b/drivers/scsi/vmw_pvscsi.c | |||
@@ -1144,7 +1144,7 @@ static void pvscsi_release_resources(struct pvscsi_adapter *adapter) | |||
1144 | * | 1144 | * |
1145 | * These are statically allocated. Trying to be clever was not worth it. | 1145 | * These are statically allocated. Trying to be clever was not worth it. |
1146 | * | 1146 | * |
1147 | * Dynamic allocation can fail, and we can't go deeep into the memory | 1147 | * Dynamic allocation can fail, and we can't go deep into the memory |
1148 | * allocator, since we're a SCSI driver, and trying too hard to allocate | 1148 | * allocator, since we're a SCSI driver, and trying too hard to allocate |
1149 | * memory might generate disk I/O. We also don't want to fail disk I/O | 1149 | * memory might generate disk I/O. We also don't want to fail disk I/O |
1150 | * in that case because we can't get an allocation - the I/O could be | 1150 | * in that case because we can't get an allocation - the I/O could be |