linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [trivial] pm8001: Fix typo in pm8001_hwi.c
@ 2012-02-02 14:07 Masanari Iida
  2012-02-02 17:00 ` Joe Perches
  0 siblings, 1 reply; 3+ messages in thread
From: Masanari Iida @ 2012-02-02 14:07 UTC (permalink / raw)
  To: jack_wang, lindar_liu, linux-scsi; +Cc: trivial, linux-kernel, standby24x7

Correct typo "deviece" to "device" in
drivers/scsi/pm8001/pm8001_hwi.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/scsi/pm8001/pm8001_hwi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/scsi/pm8001/pm8001_hwi.c b/drivers/scsi/pm8001/pm8001_hwi.c
index b7b92f7..92f3429 100644
--- a/drivers/scsi/pm8001/pm8001_hwi.c
+++ b/drivers/scsi/pm8001/pm8001_hwi.c
@@ -3532,7 +3532,7 @@ static void process_one_iomb(struct pm8001_hba_info *pm8001_ha, void *piomb)
 		break;
 	case OPC_OUB_DEREG_DEV:
 		PM8001_MSG_DBG(pm8001_ha,
-			pm8001_printk("unresgister the deviece\n"));
+			pm8001_printk("unresgister the device\n"));
 		mpi_dereg_resp(pm8001_ha, piomb);
 		break;
 	case OPC_OUB_GET_DEV_HANDLE:
-- 
1.7.6.5


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

* Re: [PATCH] [trivial] pm8001: Fix typo in pm8001_hwi.c
  2012-02-02 14:07 [PATCH] [trivial] pm8001: Fix typo in pm8001_hwi.c Masanari Iida
@ 2012-02-02 17:00 ` Joe Perches
  2012-02-02 17:27   ` Masanari Iida
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Perches @ 2012-02-02 17:00 UTC (permalink / raw)
  To: Masanari Iida; +Cc: jack_wang, lindar_liu, linux-scsi, trivial, linux-kernel

On Thu, 2012-02-02 at 23:07 +0900, Masanari Iida wrote:
> Correct typo "deviece" to "device" in
> drivers/scsi/pm8001/pm8001_hwi.c
[]
> diff --git a/drivers/scsi/pm8001/pm8001_hwi.c b/drivers/scsi/pm8001/pm8001_hwi.c
[]
> @@ -3532,7 +3532,7 @@ static void process_one_iomb(struct pm8001_hba_info *pm8001_ha, void *piomb)
> []
> -			pm8001_printk("unresgister the deviece\n"));
> +			pm8001_printk("unresgister the device\n"));

another typo of unregister



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

* Re: [PATCH] [trivial] pm8001: Fix typo in pm8001_hwi.c
  2012-02-02 17:00 ` Joe Perches
@ 2012-02-02 17:27   ` Masanari Iida
  0 siblings, 0 replies; 3+ messages in thread
From: Masanari Iida @ 2012-02-02 17:27 UTC (permalink / raw)
  To: Joe Perches; +Cc: jack_wang, lindar_liu, linux-scsi, trivial, linux-kernel

On Fri, Feb 3, 2012 at 2:00 AM, Joe Perches <joe@perches.com> wrote:
> On Thu, 2012-02-02 at 23:07 +0900, Masanari Iida wrote:
>> Correct typo "deviece" to "device" in
>> drivers/scsi/pm8001/pm8001_hwi.c
> []
>> diff --git a/drivers/scsi/pm8001/pm8001_hwi.c b/drivers/scsi/pm8001/pm8001_hwi.c
> []
>> @@ -3532,7 +3532,7 @@ static void process_one_iomb(struct pm8001_hba_info *pm8001_ha, void *piomb)
>> []
>> -                     pm8001_printk("unresgister the deviece\n"));
>> +                     pm8001_printk("unresgister the device\n"));
>
> another typo of unregister
>
Thanks
I just sent v2 patch to the list.

Masanari

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

end of thread, other threads:[~2012-02-02 17:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-02 14:07 [PATCH] [trivial] pm8001: Fix typo in pm8001_hwi.c Masanari Iida
2012-02-02 17:00 ` Joe Perches
2012-02-02 17:27   ` Masanari Iida

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).