mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
drivers/scsi/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Acked-by: James Smart <james.smart@emulex.com> Acked-by: Darrick J. Wong <djwong@us.ibm.com> Acked-by: David Somayajulu <david.somayajulu@qlogic.com> Acked-by: Mark Salyzyn <mark_salyzyn@adaptec.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
parent
f26fc4e08a
commit
b1c118121a
@ -1,6 +1,6 @@
|
|||||||
/* NCR53C9x.c: Defines and structures for the NCR53C9x generic driver.
|
/* NCR53C9x.c: Defines and structures for the NCR53C9x generic driver.
|
||||||
*
|
*
|
||||||
* Originaly esp.h: Defines and structures for the Sparc ESP
|
* Originally esp.h: Defines and structures for the Sparc ESP
|
||||||
* (Enhanced SCSI Processor) driver under Linux.
|
* (Enhanced SCSI Processor) driver under Linux.
|
||||||
*
|
*
|
||||||
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
|
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
|
||||||
|
@ -417,7 +417,7 @@ ahd_targetcmd_offset(struct ahd_softc *ahd, u_int index)
|
|||||||
- (uint8_t *)ahd->qoutfifo);
|
- (uint8_t *)ahd->qoutfifo);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*********************** Miscelaneous Support Functions ***********************/
|
/*********************** Miscellaneous Support Functions ***********************/
|
||||||
static __inline struct ahd_initiator_tinfo *
|
static __inline struct ahd_initiator_tinfo *
|
||||||
ahd_fetch_transinfo(struct ahd_softc *ahd,
|
ahd_fetch_transinfo(struct ahd_softc *ahd,
|
||||||
char channel, u_int our_id,
|
char channel, u_int our_id,
|
||||||
|
@ -325,7 +325,7 @@ MODULE_PARM_DESC(aic79xx,
|
|||||||
" verbose Enable verbose/diagnostic logging\n"
|
" verbose Enable verbose/diagnostic logging\n"
|
||||||
" allow_memio Allow device registers to be memory mapped\n"
|
" allow_memio Allow device registers to be memory mapped\n"
|
||||||
" debug Bitmask of debug values to enable\n"
|
" debug Bitmask of debug values to enable\n"
|
||||||
" no_reset Supress initial bus resets\n"
|
" no_reset Suppress initial bus resets\n"
|
||||||
" extended Enable extended geometry on all controllers\n"
|
" extended Enable extended geometry on all controllers\n"
|
||||||
" periodic_otag Send an ordered tagged transaction\n"
|
" periodic_otag Send an ordered tagged transaction\n"
|
||||||
" periodically to prevent tag starvation.\n"
|
" periodically to prevent tag starvation.\n"
|
||||||
|
@ -979,7 +979,7 @@ ahd_aic790X_setup(struct ahd_softc *ahd)
|
|||||||
| AHD_FAINT_LED_BUG;
|
| AHD_FAINT_LED_BUG;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* IO Cell paramter setup.
|
* IO Cell parameter setup.
|
||||||
*/
|
*/
|
||||||
AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29);
|
AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29);
|
||||||
|
|
||||||
@ -1006,7 +1006,7 @@ ahd_aic790X_setup(struct ahd_softc *ahd)
|
|||||||
ahd->bugs |= AHD_INTCOLLISION_BUG|AHD_ABORT_LQI_BUG;
|
ahd->bugs |= AHD_INTCOLLISION_BUG|AHD_ABORT_LQI_BUG;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* IO Cell paramter setup.
|
* IO Cell parameter setup.
|
||||||
*/
|
*/
|
||||||
AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29);
|
AHD_SET_PRECOMP(ahd, AHD_PRECOMP_CUTBACK_29);
|
||||||
AHD_SET_SLEWRATE(ahd, AHD_SLEWRATE_DEF_REVB);
|
AHD_SET_SLEWRATE(ahd, AHD_SLEWRATE_DEF_REVB);
|
||||||
|
@ -229,7 +229,7 @@ ahc_name(struct ahc_softc *ahc)
|
|||||||
return (ahc->name);
|
return (ahc->name);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*********************** Miscelaneous Support Functions ***********************/
|
/*********************** Miscellaneous Support Functions ***********************/
|
||||||
|
|
||||||
static __inline void ahc_update_residual(struct ahc_softc *ahc,
|
static __inline void ahc_update_residual(struct ahc_softc *ahc,
|
||||||
struct scb *scb);
|
struct scb *scb);
|
||||||
|
@ -347,7 +347,7 @@ MODULE_PARM_DESC(aic7xxx,
|
|||||||
" debug Bitmask of debug values to enable\n"
|
" debug Bitmask of debug values to enable\n"
|
||||||
" no_probe Toggle EISA/VLB controller probing\n"
|
" no_probe Toggle EISA/VLB controller probing\n"
|
||||||
" probe_eisa_vl Toggle EISA/VLB controller probing\n"
|
" probe_eisa_vl Toggle EISA/VLB controller probing\n"
|
||||||
" no_reset Supress initial bus resets\n"
|
" no_reset Suppress initial bus resets\n"
|
||||||
" extended Enable extended geometry on all controllers\n"
|
" extended Enable extended geometry on all controllers\n"
|
||||||
" periodic_otag Send an ordered tagged transaction\n"
|
" periodic_otag Send an ordered tagged transaction\n"
|
||||||
" periodically to prevent tag starvation.\n"
|
" periodically to prevent tag starvation.\n"
|
||||||
|
@ -7053,7 +7053,7 @@ static pci_ers_result_t ipr_pci_error_detected(struct pci_dev *pdev,
|
|||||||
* where it can accept new commands.
|
* where it can accept new commands.
|
||||||
|
|
||||||
* Return value:
|
* Return value:
|
||||||
* 0 on sucess / -EIO on failure
|
* 0 on success / -EIO on failure
|
||||||
**/
|
**/
|
||||||
static int __devinit ipr_probe_ioa_part2(struct ipr_ioa_cfg *ioa_cfg)
|
static int __devinit ipr_probe_ioa_part2(struct ipr_ioa_cfg *ioa_cfg)
|
||||||
{
|
{
|
||||||
|
@ -1309,7 +1309,7 @@ ips_intr_copperhead(ips_ha_t * ha)
|
|||||||
cstatus.value = (*ha->func.statupd) (ha);
|
cstatus.value = (*ha->func.statupd) (ha);
|
||||||
|
|
||||||
if (cstatus.fields.command_id > (IPS_MAX_CMDS - 1)) {
|
if (cstatus.fields.command_id > (IPS_MAX_CMDS - 1)) {
|
||||||
/* Spurious Interupt ? */
|
/* Spurious Interrupt ? */
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -325,7 +325,7 @@ struct lpfc_vport {
|
|||||||
|
|
||||||
#define WORKER_MBOX_TMO 0x100 /* hba: MBOX timeout */
|
#define WORKER_MBOX_TMO 0x100 /* hba: MBOX timeout */
|
||||||
#define WORKER_HB_TMO 0x200 /* hba: Heart beat timeout */
|
#define WORKER_HB_TMO 0x200 /* hba: Heart beat timeout */
|
||||||
#define WORKER_FABRIC_BLOCK_TMO 0x400 /* hba: fabric block timout */
|
#define WORKER_FABRIC_BLOCK_TMO 0x400 /* hba: fabric block timeout */
|
||||||
#define WORKER_RAMP_DOWN_QUEUE 0x800 /* hba: Decrease Q depth */
|
#define WORKER_RAMP_DOWN_QUEUE 0x800 /* hba: Decrease Q depth */
|
||||||
#define WORKER_RAMP_UP_QUEUE 0x1000 /* hba: Increase Q depth */
|
#define WORKER_RAMP_UP_QUEUE 0x1000 /* hba: Increase Q depth */
|
||||||
|
|
||||||
|
@ -880,7 +880,7 @@ lpfc_mbox_get(struct lpfc_hba * phba)
|
|||||||
void
|
void
|
||||||
lpfc_mbox_cmpl_put(struct lpfc_hba * phba, LPFC_MBOXQ_t * mbq)
|
lpfc_mbox_cmpl_put(struct lpfc_hba * phba, LPFC_MBOXQ_t * mbq)
|
||||||
{
|
{
|
||||||
/* This function expects to be called from interupt context */
|
/* This function expects to be called from interrupt context */
|
||||||
spin_lock(&phba->hbalock);
|
spin_lock(&phba->hbalock);
|
||||||
list_add_tail(&mbq->list, &phba->sli.mboxq_cmpl);
|
list_add_tail(&mbq->list, &phba->sli.mboxq_cmpl);
|
||||||
spin_unlock(&phba->hbalock);
|
spin_unlock(&phba->hbalock);
|
||||||
|
@ -3464,12 +3464,12 @@ megaraid_mbox_setup_device_map(adapter_t *adapter)
|
|||||||
/*
|
/*
|
||||||
* START: Interface for the common management module
|
* START: Interface for the common management module
|
||||||
*
|
*
|
||||||
* This is the module, which interfaces with the common mangement module to
|
* This is the module, which interfaces with the common management module to
|
||||||
* provide support for ioctl and sysfs
|
* provide support for ioctl and sysfs
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* megaraid_cmm_register - register with the mangement module
|
* megaraid_cmm_register - register with the management module
|
||||||
* @adapter : HBA soft state
|
* @adapter : HBA soft state
|
||||||
*
|
*
|
||||||
* Register with the management module, which allows applications to issue
|
* Register with the management module, which allows applications to issue
|
||||||
@ -3557,7 +3557,7 @@ megaraid_cmm_register(adapter_t *adapter)
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* megaraid_cmm_unregister - un-register with the mangement module
|
* megaraid_cmm_unregister - un-register with the management module
|
||||||
* @adapter : HBA soft state
|
* @adapter : HBA soft state
|
||||||
*
|
*
|
||||||
* Un-register with the management module.
|
* Un-register with the management module.
|
||||||
@ -3579,7 +3579,7 @@ megaraid_cmm_unregister(adapter_t *adapter)
|
|||||||
* @kioc : CMM interface packet
|
* @kioc : CMM interface packet
|
||||||
* @action : command action
|
* @action : command action
|
||||||
*
|
*
|
||||||
* This routine is invoked whenever the Common Mangement Module (CMM) has a
|
* This routine is invoked whenever the Common Management Module (CMM) has a
|
||||||
* command for us. The 'action' parameter specifies if this is a new command
|
* command for us. The 'action' parameter specifies if this is a new command
|
||||||
* or otherwise.
|
* or otherwise.
|
||||||
*/
|
*/
|
||||||
@ -3944,7 +3944,7 @@ megaraid_sysfs_get_ldmap_timeout(unsigned long data)
|
|||||||
*
|
*
|
||||||
* This routine will be called whenever user reads the logical drive
|
* This routine will be called whenever user reads the logical drive
|
||||||
* attributes, go get the current logical drive mapping table from the
|
* attributes, go get the current logical drive mapping table from the
|
||||||
* firmware. We use the managment API's to issue commands to the controller.
|
* firmware. We use the management API's to issue commands to the controller.
|
||||||
*
|
*
|
||||||
* NOTE: The commands issuance functionality is not generalized and
|
* NOTE: The commands issuance functionality is not generalized and
|
||||||
* implemented in context of "get ld map" command only. If required, the
|
* implemented in context of "get ld map" command only. If required, the
|
||||||
|
@ -1094,7 +1094,7 @@ qla2x00_sns_rnn_id(scsi_qla_host_t *ha)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* qla2x00_mgmt_svr_login() - Login to fabric Managment Service.
|
* qla2x00_mgmt_svr_login() - Login to fabric Management Service.
|
||||||
* @ha: HA context
|
* @ha: HA context
|
||||||
*
|
*
|
||||||
* Returns 0 on success.
|
* Returns 0 on success.
|
||||||
|
@ -121,7 +121,7 @@
|
|||||||
#define MAX_REQS_SERVICED_PER_INTR 16
|
#define MAX_REQS_SERVICED_PER_INTR 16
|
||||||
|
|
||||||
#define ISCSI_IPADDR_SIZE 4 /* IP address size */
|
#define ISCSI_IPADDR_SIZE 4 /* IP address size */
|
||||||
#define ISCSI_ALIAS_SIZE 32 /* ISCSI Alais name size */
|
#define ISCSI_ALIAS_SIZE 32 /* ISCSI Alias name size */
|
||||||
#define ISCSI_NAME_SIZE 0xE0 /* ISCSI Name size */
|
#define ISCSI_NAME_SIZE 0xE0 /* ISCSI Name size */
|
||||||
|
|
||||||
#define LSDW(x) ((u32)((u64)(x)))
|
#define LSDW(x) ((u32)((u64)(x)))
|
||||||
|
@ -1098,7 +1098,7 @@ static int qla4xxx_start_firmware(struct scsi_qla_host *ha)
|
|||||||
}
|
}
|
||||||
config_chip = 1;
|
config_chip = 1;
|
||||||
|
|
||||||
/* Reset clears the semaphore, so aquire again */
|
/* Reset clears the semaphore, so acquire again */
|
||||||
if (ql4xxx_lock_drvr_wait(ha) != QLA_SUCCESS)
|
if (ql4xxx_lock_drvr_wait(ha) != QLA_SUCCESS)
|
||||||
return QLA_ERROR;
|
return QLA_ERROR;
|
||||||
}
|
}
|
||||||
|
@ -320,7 +320,7 @@ int scsi_tgt_queue_command(struct scsi_cmnd *cmd, u64 itn_id,
|
|||||||
EXPORT_SYMBOL_GPL(scsi_tgt_queue_command);
|
EXPORT_SYMBOL_GPL(scsi_tgt_queue_command);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This is run from a interrpt handler normally and the unmap
|
* This is run from a interrupt handler normally and the unmap
|
||||||
* needs process context so we must queue
|
* needs process context so we must queue
|
||||||
*/
|
*/
|
||||||
static void scsi_tgt_cmd_done(struct scsi_cmnd *cmd)
|
static void scsi_tgt_cmd_done(struct scsi_cmnd *cmd)
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
*
|
*
|
||||||
* The SAS transport class contains common code to deal with SAS HBAs,
|
* The SAS transport class contains common code to deal with SAS HBAs,
|
||||||
* an aproximated representation of SAS topologies in the driver model,
|
* an aproximated representation of SAS topologies in the driver model,
|
||||||
* and various sysfs attributes to expose these topologies and managment
|
* and various sysfs attributes to expose these topologies and management
|
||||||
* interfaces to userspace.
|
* interfaces to userspace.
|
||||||
*
|
*
|
||||||
* In addition to the basic SCSI core objects this transport class
|
* In addition to the basic SCSI core objects this transport class
|
||||||
|
Loading…
Reference in New Issue
Block a user