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

drm/amdgpu: Fix spelling mistake "initiailize" -> "initialize" and grammar

There is a spelling mistake and a grammatical error in a dev_err
message. Fix it.

Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
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
eaa3feb1 00f85667

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
··· 542 542 543 543 r = amdgpu_cper_ring_init(adev); 544 544 if (r) { 545 - dev_err(adev->dev, "fail to initiailize cper ring, r = %d\n", r); 545 + dev_err(adev->dev, "failed to initialize cper ring, r = %d\n", r); 546 546 return r; 547 547 } 548 548