]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amdgpu: fix spelling in gmc9/10 code
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 19 Nov 2025 15:14:29 +0000 (10:14 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 8 Dec 2025 18:56:34 +0000 (13:56 -0500)
onyl -> only

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c

index ce6e04242c522c78a26095ac2e5e954a52ab852a..47558e572553ad3bd8e9779e13020b908f85ecf3 100644 (file)
@@ -117,7 +117,7 @@ static int gmc_v10_0_process_interrupt(struct amdgpu_device *adev,
        if (retry_fault) {
                /* Returning 1 here also prevents sending the IV to the KFD */
 
-               /* Process it onyl if it's the first fault for this address */
+               /* Process it only if it's the first fault for this address */
                if (entry->ih != &adev->irq.ih_soft &&
                    amdgpu_gmc_filter_faults(adev, entry->ih, addr, entry->pasid,
                                             entry->timestamp))
index 8ad7519f7b581859e011300eece29d1deea25858..778ad7ac6d086cd6021254218b4cc0006788c4dc 100644 (file)
@@ -600,7 +600,7 @@ static int gmc_v9_0_process_interrupt(struct amdgpu_device *adev,
                        if (ret)
                                return 1;
                } else {
-                       /* Process it onyl if it's the first fault for this address */
+                       /* Process it only if it's the first fault for this address */
                        if (entry->ih != &adev->irq.ih_soft &&
                            amdgpu_gmc_filter_faults(adev, entry->ih, addr, entry->pasid,
                                             entry->timestamp))