Explorar el Código

scsi: qla_isr.c: fix comment typo 'hammmer'

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Justin P. Mattock hace 14 años
padre
commit
a06a0f8e3e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      drivers/scsi/qla2xxx/qla_isr.c

+ 2 - 2
drivers/scsi/qla2xxx/qla_isr.c

@@ -63,7 +63,7 @@ qla2100_intr_handler(int irq, void *dev_id)
 
 
 			/*
 			/*
 			 * Issue a "HARD" reset in order for the RISC interrupt
 			 * Issue a "HARD" reset in order for the RISC interrupt
-			 * bit to be cleared.  Schedule a big hammmer to get
+			 * bit to be cleared.  Schedule a big hammer to get
 			 * out of the RISC PAUSED state.
 			 * out of the RISC PAUSED state.
 			 */
 			 */
 			WRT_REG_WORD(&reg->hccr, HCCR_RESET_RISC);
 			WRT_REG_WORD(&reg->hccr, HCCR_RESET_RISC);
@@ -169,7 +169,7 @@ qla2300_intr_handler(int irq, void *dev_id)
 			/*
 			/*
 			 * Issue a "HARD" reset in order for the RISC
 			 * Issue a "HARD" reset in order for the RISC
 			 * interrupt bit to be cleared.  Schedule a big
 			 * interrupt bit to be cleared.  Schedule a big
-			 * hammmer to get out of the RISC PAUSED state.
+			 * hammer to get out of the RISC PAUSED state.
 			 */
 			 */
 			WRT_REG_WORD(&reg->hccr, HCCR_RESET_RISC);
 			WRT_REG_WORD(&reg->hccr, HCCR_RESET_RISC);
 			RD_REG_WORD(&reg->hccr);
 			RD_REG_WORD(&reg->hccr);