drm/amdgpu: Fix a typo

s/proces/process/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Bhaskar Chowdhury 2021-03-19 04:48:15 +05:30 committed by Alex Deucher
parent 7c4f2b235d
commit 4a49751041
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ static int psp_v11_0_memory_training_send_msg(struct psp_context *psp, int msg)
}
/*
* save and restore proces
* save and restore process
*/
static int psp_v11_0_memory_training(struct psp_context *psp, uint32_t ops)
{