Skip to content

Commit 518f13f

Browse files
ColinIanKingalexdeucher
authored andcommitted
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]>
1 parent 8c01140 commit 518f13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2281,7 +2281,7 @@ static void amdgpu_init_debug_options(struct amdgpu_device *adev)
22812281
}
22822282

22832283
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");
22852285
adev->debug_disable_ce_logs = true;
22862286
}
22872287
}

0 commit comments

Comments
 (0)