scsi: qla_isr.c: fix comment typo 'hammmer'
authorJustin P. Mattock <justinmattock@gmail.com>
Fri, 24 Jun 2011 06:22:27 +0000 (23:22 -0700)
committerJiri Kosina <jkosina@suse.cz>
Mon, 27 Jun 2011 10:30:59 +0000 (12:30 +0200)
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/scsi/qla2xxx/qla_isr.c

index 1b60a95adb5064b9edb0762e772a8e44c167d24c..ae8e298746bae1f02d25473ecbde6bcf3e8b52db 100644 (file)
@@ -63,7 +63,7 @@ qla2100_intr_handler(int irq, void *dev_id)
 
                        /*
                         * 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.
                         */
                        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
                         * 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);
                        RD_REG_WORD(&reg->hccr);
This page took 0.02675 seconds and 5 git commands to generate.