Commit 518f13f8 authored by Colin Ian King's avatar Colin Ian King Committed by Alex Deucher
Browse files

drm/amd: Fix spelling mistake "correctalbe" -> "correctable"



There is a spelling mistake in a pr_info message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 8c011408
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}
}