Commit 7c4f2b23 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Alex Deucher

drm/amdgpu: Fix a typo

s/traing/training/

...Plus the entire sentence construction for better readability.
Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 5aeaa43e
...@@ -661,9 +661,9 @@ static int psp_v11_0_memory_training(struct psp_context *psp, uint32_t ops) ...@@ -661,9 +661,9 @@ static int psp_v11_0_memory_training(struct psp_context *psp, uint32_t ops)
if (ops & PSP_MEM_TRAIN_SEND_LONG_MSG) { if (ops & PSP_MEM_TRAIN_SEND_LONG_MSG) {
/* /*
* Long traing will encroach certain mount of bottom VRAM, * Long training will encroach a certain amount on the bottom of VRAM;
* saving the content of this bottom VRAM to system memory * save the content from the bottom of VRAM to system memory
* before training, and restoring it after training to avoid * before training, and restore it after training to avoid
* VRAM corruption. * VRAM corruption.
*/ */
sz = GDDR6_MEM_TRAINING_ENCROACHED_SIZE; sz = GDDR6_MEM_TRAINING_ENCROACHED_SIZE;
......
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