All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3]drivers:scsi:qla2xxx:qla_isr.c Typo fix hammmer.
@ 2011-06-24  6:22 Justin P. Mattock
  2011-06-24  6:22 ` [PATCH 2/3]Remove one to many nnn's in some comments Justin P. Mattock
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Justin P. Mattock @ 2011-06-24  6:22 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, Justin P. Mattock

From: "Justin P. Mattock" <justinmattock@gmail.com>

The below patch fixes a typo.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/scsi/qla2xxx/qla_isr.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/qla2xxx/qla_isr.c b/drivers/scsi/qla2xxx/qla_isr.c
index 1b60a95..ae8e298 100644
--- a/drivers/scsi/qla2xxx/qla_isr.c
+++ b/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
-			 * 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);
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-08 19:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24  6:22 [PATCH 1/3]drivers:scsi:qla2xxx:qla_isr.c Typo fix hammmer Justin P. Mattock
2011-06-24  6:22 ` [PATCH 2/3]Remove one to many nnn's in some comments Justin P. Mattock
2011-06-24  6:22 ` [PATCH 3/3]Remove one to many lll's " Justin P. Mattock
2011-07-08 19:03 ` [PATCH 1/3]drivers:scsi:qla2xxx:qla_isr.c Typo fix hammmer Justin P. Mattock

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.