]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amd: Fix spelling mistake "correctalbe" -> "correctable"
authorColin Ian King <colin.i.king@gmail.com>
Mon, 23 Jun 2025 08:41:08 +0000 (09:41 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Jun 2025 14:04:32 +0000 (10:04 -0400)
There is a spelling mistake in a pr_info message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

index 7e3fa7622703347a6d200615f29d7db780209949..2bb02fe9c880a70d85d2140cdb55b27ef6065184 100644 (file)
@@ -2281,7 +2281,7 @@ static void amdgpu_init_debug_options(struct amdgpu_device *adev)
        }
 
        if (amdgpu_debug_mask & AMDGPU_DEBUG_DISABLE_RAS_CE_LOG) {
-               pr_info("debug: disable kernel logs of correctalbe errors\n");
+               pr_info("debug: disable kernel logs of correctable errors\n");
                adev->debug_disable_ce_logs = true;
        }
 }