aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/megaraid.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/megaraid.c')
-rw-r--r--drivers/scsi/megaraid.c4
1 files changed, 2 insertions, 2 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 */
1417static void 1417static void
1418mega_cmd_done(adapter_t *adapter, u8 completed[], int nstatus, int status) 1418mega_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 */