aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2025-06-23 08:41:08 +0000
committerAlex Deucher <[email protected]>2025-06-24 14:04:32 +0000
commit518f13f8e354285f6faaa81e68e5b6c7d22ffe26 (patch)
treeeeed8ea8f31c5b55f1dcf91fe350da0c9b11fc94 /drivers/gpu/drm/amd/amdgpu
parentdrm/amdgpu/sdma7: add ucode version checks for userq support (diff)
downloadkernel-518f13f8e354285f6faaa81e68e5b6c7d22ffe26.tar.gz
kernel-518f13f8e354285f6faaa81e68e5b6c7d22ffe26.zip
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 <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}