Commit d5e5c1bc authored by Colin Ian King's avatar Colin Ian King Committed by Alex Deucher

drm/amdgpu/psp: fix spelling mistake "initliaze" -> "initialize"

There is a spelling mistake in a DRM_ERROR error message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 0e3a7c2e
...@@ -90,7 +90,7 @@ static int psp_sw_init(void *handle) ...@@ -90,7 +90,7 @@ static int psp_sw_init(void *handle)
ret = psp_mem_training_init(psp); ret = psp_mem_training_init(psp);
if (ret) { if (ret) {
DRM_ERROR("Failed to initliaze memory training!\n"); DRM_ERROR("Failed to initialize memory training!\n");
return ret; return ret;
} }
ret = psp_mem_training(psp, PSP_MEM_TRAIN_COLD_BOOT); ret = psp_mem_training(psp, PSP_MEM_TRAIN_COLD_BOOT);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment