Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <colin.i.king@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Colin Ian King and committed by
Alex Deucher
518f13f8 8c011408

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
··· 2281 2281 } 2282 2282 2283 2283 if (amdgpu_debug_mask & AMDGPU_DEBUG_DISABLE_RAS_CE_LOG) { 2284 - pr_info("debug: disable kernel logs of correctalbe errors\n"); 2284 + pr_info("debug: disable kernel logs of correctable errors\n"); 2285 2285 adev->debug_disable_ce_logs = true; 2286 2286 } 2287 2287 }