From: Colin Ian King Date: Mon, 23 Jun 2025 08:41:08 +0000 (+0100) Subject: drm/amd: Fix spelling mistake "correctalbe" -> "correctable" X-Git-Tag: io_uring-6.17-20250815~29^2~18^2~44 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=518f13f8e354285f6faaa81e68e5b6c7d22ffe26;p=linux-block.git drm/amd: Fix spelling mistake "correctalbe" -> "correctable" There is a spelling mistake in a pr_info message. Fix it. Signed-off-by: Colin Ian King Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c index 7e3fa7622703..2bb02fe9c880 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c @@ -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; } }