[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4E17549D.5000006@gmail.com>
Date: Fri, 08 Jul 2011 12:03:57 -0700
From: "Justin P. Mattock" <justinmattock@...il.com>
To: "Justin P. Mattock" <justinmattock@...il.com>
CC: trivial@...nel.org, linux-kernel@...r.kernel.org,
Jiri Kosina <jkosina@...e.cz>
Subject: Re: [PATCH 1/3]drivers:scsi:qla2xxx:qla_isr.c Typo fix hammmer.
jiri,
not sure if you git these, adding you to the Cc's list
> From: "Justin P. Mattock"<justinmattock@...il.com>
>
> The below patch fixes a typo.
>
> Signed-off-by: Justin P. Mattock<justinmattock@...il.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(®->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(®->hccr, HCCR_RESET_RISC);
> RD_REG_WORD(®->hccr);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists