]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amdkfd: Fix a couple of spelling mistakes
authorColin Ian King <colin.i.king@gmail.com>
Mon, 15 Dec 2025 11:51:50 +0000 (11:51 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Jan 2026 21:26:00 +0000 (16:26 -0500)
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>
drivers/gpu/drm/amd/amdkfd/kfd_process.c
drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c

index 2f66ebb5b029801e4c6224fea115744c1b80a60f..adffa44fff2ca0d7a7ead02cd6daecc44ec45a81 100644 (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;
        }
 
index 5f8cda4733f9cbb697342785a8966acafb86c047..d7d37f01f51cbf0307be1b45836629cc3d22f55e 100644 (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;
                        }