Fix common misspellings
[linux-block.git] / drivers / scsi / megaraid.c
index 9aa048525eb2544b8159a9495f1a604695a79d26..f2684dd09ed0d4e04d1fdba58f389bd113ef5148 100644 (file)
@@ -284,7 +284,7 @@ mega_query_adapter(adapter_t *adapter)
 
        adapter->host->max_id = 16;     /* max targets per channel */
 
-       adapter->host->max_lun = 7;     /* Upto 7 luns for non disk devices */
+       adapter->host->max_lun = 7;     /* Up to 7 luns for non disk devices */
 
        adapter->host->cmd_per_lun = max_cmd_per_lun;
 
@@ -1412,7 +1412,7 @@ megaraid_isr_memmapped(int irq, void *devp)
  * @nstatus - number of completed commands
  * @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
 mega_cmd_done(adapter_t *adapter, u8 completed[], int nstatus, int status)
@@ -3734,7 +3734,7 @@ mega_m_to_n(void __user *arg, nitioctl_t *uioc)
         * check is the application conforms to NIT. We do not have to do much
         * in that case.
         * We exploit the fact that the signature is stored in the very
-        * begining of the structure.
+        * beginning of the structure.
         */
 
        if( copy_from_user(signature, arg, 7) )
@@ -4296,7 +4296,7 @@ mega_support_cluster(adapter_t *adapter)
  * @adapter - pointer to our soft state
  * @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()
  * interface using these routines can issue passthru commands.
  */