2012-02-02 17:25:57

by Masanari Iida

[permalink] [raw]
Subject: [PATCH v2] [trivial] pm8001: Fix typo in pm8001_hwi.c

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

Signed-off-by: Masanari Iida <[email protected]>
---
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..e12c4f6 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("unregister the device\n"));
mpi_dereg_resp(pm8001_ha, piomb);
break;
case OPC_OUB_GET_DEV_HANDLE:
--
1.7.6.5


2012-02-03 01:05:12

by Jack Wang

[permalink] [raw]
Subject: RE: [PATCH v2] [trivial] pm8001: Fix typo in pm8001_hwi.c

Oh, thanks for fix.

Acked-by : Jack Wang <[email protected]>
>
> Correct typo "unresgister" to "unregister" and "deviece" to
> "device" in drivers/scsi/pm8001/pm8001_hwi.c
>
> Signed-off-by: Masanari Iida <[email protected]>
> ---
> 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..e12c4f6 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("unregister the device\n"));
> mpi_dereg_resp(pm8001_ha, piomb);
> break;
> case OPC_OUB_GET_DEV_HANDLE:
> --
> 1.7.6.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html