mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
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
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user