fix typos 'comamnd' -> 'command' in comments
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
This commit is contained in:
parent
9a756de129
commit
8e572bab39
6 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
||||||
#define _ASM_IA64_PERFMON_H
|
#define _ASM_IA64_PERFMON_H
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* perfmon comamnds supported on all CPU models
|
* perfmon commands supported on all CPU models
|
||||||
*/
|
*/
|
||||||
#define PFM_WRITE_PMCS 0x01
|
#define PFM_WRITE_PMCS 0x01
|
||||||
#define PFM_WRITE_PMDS 0x02
|
#define PFM_WRITE_PMDS 0x02
|
||||||
|
|
|
@ -1031,7 +1031,7 @@ static int fs_open(struct atm_vcc *atm_vcc)
|
||||||
/* We now use the "submit_command" function to submit commands to
|
/* We now use the "submit_command" function to submit commands to
|
||||||
the firestream. There is a define up near the definition of
|
the firestream. There is a define up near the definition of
|
||||||
that routine that switches this routine between immediate write
|
that routine that switches this routine between immediate write
|
||||||
to the immediate comamnd registers and queuing the commands in
|
to the immediate command registers and queuing the commands in
|
||||||
the HPTXQ for execution. This last technique might be more
|
the HPTXQ for execution. This last technique might be more
|
||||||
efficient if we know we're going to submit a whole lot of
|
efficient if we know we're going to submit a whole lot of
|
||||||
commands in one go, but this driver is not setup to be able to
|
commands in one go, but this driver is not setup to be able to
|
||||||
|
|
|
@ -95,7 +95,7 @@ static unsigned long smart4_completed(ctlr_info_t *h)
|
||||||
/*
|
/*
|
||||||
* This hardware returns interrupt pending at a different place and
|
* This hardware returns interrupt pending at a different place and
|
||||||
* it does not tell us if the fifo is empty, we will have check
|
* it does not tell us if the fifo is empty, we will have check
|
||||||
* that by getting a 0 back from the comamnd_completed call.
|
* that by getting a 0 back from the command_completed call.
|
||||||
*/
|
*/
|
||||||
static unsigned long smart4_intr_pending(ctlr_info_t *h)
|
static unsigned long smart4_intr_pending(ctlr_info_t *h)
|
||||||
{
|
{
|
||||||
|
|
|
@ -1397,7 +1397,7 @@ static int ipw2100_power_cycle_adapter(struct ipw2100_priv *priv)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Send the CARD_DISABLE_PHY_OFF comamnd to the card to disable it
|
* Send the CARD_DISABLE_PHY_OFF command to the card to disable it
|
||||||
*
|
*
|
||||||
* After disabling, if the card was associated, a STATUS_ASSN_LOST will be sent.
|
* After disabling, if the card was associated, a STATUS_ASSN_LOST will be sent.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1412,7 +1412,7 @@ megaraid_isr_memmapped(int irq, void *devp)
|
||||||
* @nstatus - number of completed commands
|
* @nstatus - number of completed commands
|
||||||
* @status - status of the last command completed
|
* @status - status of the last command completed
|
||||||
*
|
*
|
||||||
* Complete the comamnds and call the scsi mid-layer callback hooks.
|
* Complete the commands and call the scsi mid-layer callback hooks.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
mega_cmd_done(adapter_t *adapter, u8 completed[], int nstatus, int status)
|
mega_cmd_done(adapter_t *adapter, u8 completed[], int nstatus, int status)
|
||||||
|
@ -4296,7 +4296,7 @@ mega_support_cluster(adapter_t *adapter)
|
||||||
* @adapter - pointer to our soft state
|
* @adapter - pointer to our soft state
|
||||||
* @dma_handle - DMA address of the buffer
|
* @dma_handle - DMA address of the buffer
|
||||||
*
|
*
|
||||||
* Issue internal comamnds while interrupts are available.
|
* Issue internal commands while interrupts are available.
|
||||||
* We only issue direct mailbox commands from within the driver. ioctl()
|
* We only issue direct mailbox commands from within the driver. ioctl()
|
||||||
* interface using these routines can issue passthru commands.
|
* interface using these routines can issue passthru commands.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -877,7 +877,7 @@ megasas_issue_blocked_cmd(struct megasas_instance *instance,
|
||||||
* @instance: Adapter soft state
|
* @instance: Adapter soft state
|
||||||
* @cmd_to_abort: Previously issued cmd to be aborted
|
* @cmd_to_abort: Previously issued cmd to be aborted
|
||||||
*
|
*
|
||||||
* MFI firmware can abort previously issued AEN comamnd (automatic event
|
* MFI firmware can abort previously issued AEN command (automatic event
|
||||||
* notification). The megasas_issue_blocked_abort_cmd() issues such abort
|
* notification). The megasas_issue_blocked_abort_cmd() issues such abort
|
||||||
* cmd and waits for return status.
|
* cmd and waits for return status.
|
||||||
* Max wait time is MEGASAS_INTERNAL_CMD_WAIT_TIME secs
|
* Max wait time is MEGASAS_INTERNAL_CMD_WAIT_TIME secs
|
||||||
|
|
Loading…
Add table
Reference in a new issue