]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
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)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Fri, 16 Dec 2011 22:29:18 +0000 (14:29 -0800)
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/scsi/qla2xxx/qla_isr.c

index e0fa877a58df04e7c8cc1f459f1643a99979333c..92922288556bda5078e5d90f30f3c135b7fd7d8e 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);