drm/amdkfd: Fix a couple of spelling mistakes

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>
This commit is contained in:
Colin Ian King 2025-12-15 11:51:50 +00:00 committed by Alex Deucher
parent d8ccbb5e22
commit 03a4c89db2
2 changed files with 2 additions and 2 deletions

View File

@ -830,7 +830,7 @@ int kfd_create_process_sysfs(struct kfd_process *process)
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;
}

View File

@ -1115,7 +1115,7 @@ int pqm_debugfs_mqds(struct seq_file *m, void *data)
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;
}