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 <standby24x7@gmail.com> Acked-by: Jack Wang <jack_wang@usish.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
8ad95f0958
commit
44ebf89e40
1 changed files with 1 additions and 1 deletions
|
@ -3532,7 +3532,7 @@ static void process_one_iomb(struct pm8001_hba_info *pm8001_ha, void *piomb)
|
||||||
break;
|
break;
|
||||||
case OPC_OUB_DEREG_DEV:
|
case OPC_OUB_DEREG_DEV:
|
||||||
PM8001_MSG_DBG(pm8001_ha,
|
PM8001_MSG_DBG(pm8001_ha,
|
||||||
pm8001_printk("unresgister the deviece\n"));
|
pm8001_printk("unregister the device\n"));
|
||||||
mpi_dereg_resp(pm8001_ha, piomb);
|
mpi_dereg_resp(pm8001_ha, piomb);
|
||||||
break;
|
break;
|
||||||
case OPC_OUB_GET_DEV_HANDLE:
|
case OPC_OUB_GET_DEV_HANDLE:
|
||||||
|
|
Loading…
Reference in a new issue