From: Bhaskar Chowdhury Date: Thu, 18 Mar 2021 23:18:15 +0000 (+0530) Subject: drm/amdgpu: Fix a typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4a49751041bd2b06c8cbf9b44d718a60f3174cbc;p=linux.git drm/amdgpu: Fix a typo s/proces/process/ Signed-off-by: Bhaskar Chowdhury Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c index 5ade76a339490..589410c32d095 100644 --- a/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c +++ b/drivers/gpu/drm/amd/amdgpu/psp_v11_0.c @@ -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) {