From: Masanari Iida Date: Thu, 2 Feb 2012 17:25:22 +0000 (+0900) Subject: pm8001: fix printk typo in pm8001_hwi.c X-Git-Tag: v3.4-rc1~175^2~84 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44ebf89e40ed824f034438b00a4e1b3afe2a15b1;p=platform%2Fkernel%2Flinux-3.10.git pm8001: fix printk 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 Acked-by: Jack Wang Signed-off-by: Jiri Kosina --- 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: