There are a couple of spelling mistakes, one in a pr_warn message
and one in a seq_printf message. Fix these.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
int ret;
if (process->kobj) {
- pr_warn("kobject already exsists for the kfd_process\n");
+ pr_warn("kobject already exists for the kfd_process\n");
return -EINVAL;
}
break;
default:
seq_printf(m,
- " Qeueu node with bad user queue type %d on device %x\n",
+ " Queue node with bad user queue type %d on device %x\n",
q->properties.type, q->device->id);
continue;
}