diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-02-02 05:31:21 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-02 05:31:21 -0500 |
commit | 8e572bab39c484cdf512715f98626337f25cfc32 (patch) | |
tree | 5ce90fcc61cb50e60606ba14ffbacad71839bfdd /drivers/scsi | |
parent | 9a756de1296e02d1d9ccccbe5dc9d89df43b2654 (diff) |
fix typos 'comamnd' -> 'command' in comments
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/megaraid.c | 4 | ||||
-rw-r--r-- | drivers/scsi/megaraid/megaraid_sas_base.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/megaraid.c b/drivers/scsi/megaraid.c index 9aa048525eb2..c212694a9714 100644 --- a/drivers/scsi/megaraid.c +++ b/drivers/scsi/megaraid.c | |||
@@ -1412,7 +1412,7 @@ megaraid_isr_memmapped(int irq, void *devp) | |||
1412 | * @nstatus - number of completed commands | 1412 | * @nstatus - number of completed commands |
1413 | * @status - status of the last command completed | 1413 | * @status - status of the last command completed |
1414 | * | 1414 | * |
1415 | * Complete the comamnds and call the scsi mid-layer callback hooks. | 1415 | * Complete the commands and call the scsi mid-layer callback hooks. |
1416 | */ | 1416 | */ |
1417 | static void | 1417 | static void |
1418 | mega_cmd_done(adapter_t *adapter, u8 completed[], int nstatus, int status) | 1418 | mega_cmd_done(adapter_t *adapter, u8 completed[], int nstatus, int status) |
@@ -4296,7 +4296,7 @@ mega_support_cluster(adapter_t *adapter) | |||
4296 | * @adapter - pointer to our soft state | 4296 | * @adapter - pointer to our soft state |
4297 | * @dma_handle - DMA address of the buffer | 4297 | * @dma_handle - DMA address of the buffer |
4298 | * | 4298 | * |
4299 | * Issue internal comamnds while interrupts are available. | 4299 | * Issue internal commands while interrupts are available. |
4300 | * We only issue direct mailbox commands from within the driver. ioctl() | 4300 | * We only issue direct mailbox commands from within the driver. ioctl() |
4301 | * interface using these routines can issue passthru commands. | 4301 | * interface using these routines can issue passthru commands. |
4302 | */ | 4302 | */ |
diff --git a/drivers/scsi/megaraid/megaraid_sas_base.c b/drivers/scsi/megaraid/megaraid_sas_base.c index 5d6d07bd1cd0..a18ba43af73e 100644 --- a/drivers/scsi/megaraid/megaraid_sas_base.c +++ b/drivers/scsi/megaraid/megaraid_sas_base.c | |||
@@ -877,7 +877,7 @@ megasas_issue_blocked_cmd(struct megasas_instance *instance, | |||
877 | * @instance: Adapter soft state | 877 | * @instance: Adapter soft state |
878 | * @cmd_to_abort: Previously issued cmd to be aborted | 878 | * @cmd_to_abort: Previously issued cmd to be aborted |
879 | * | 879 | * |
880 | * MFI firmware can abort previously issued AEN comamnd (automatic event | 880 | * MFI firmware can abort previously issued AEN command (automatic event |
881 | * notification). The megasas_issue_blocked_abort_cmd() issues such abort | 881 | * notification). The megasas_issue_blocked_abort_cmd() issues such abort |
882 | * cmd and waits for return status. | 882 | * cmd and waits for return status. |
883 | * Max wait time is MEGASAS_INTERNAL_CMD_WAIT_TIME secs | 883 | * Max wait time is MEGASAS_INTERNAL_CMD_WAIT_TIME secs |