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:
Родитель
8ad95f0958
Коммит
44ebf89e40
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче