From faf26f2b12e1e03956f7e628183e422d94713e4b Mon Sep 17 00:00:00 2001 From: pengfuyuan Date: Thu, 26 May 2022 17:29:09 +0800 Subject: drm/amd: Fix spelling typo in comments Fix spelling typo in comments. Reported-by: k2ci Signed-off-by: pengfuyuan Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/include/mes_api_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/drm/amd/include/mes_api_def.h') diff --git a/drivers/gpu/drm/amd/include/mes_api_def.h b/drivers/gpu/drm/amd/include/mes_api_def.h index b2a8503feec0..bf3d6ad263f9 100644 --- a/drivers/gpu/drm/amd/include/mes_api_def.h +++ b/drivers/gpu/drm/amd/include/mes_api_def.h @@ -33,7 +33,7 @@ */ enum { API_FRAME_SIZE_IN_DWORDS = 64 }; -/* To avoid command in scheduler context to be overwritten whenenver mutilple +/* To avoid command in scheduler context to be overwritten whenever multiple * interrupts come in, this creates another queue. */ enum { API_NUMBER_OF_COMMAND_MAX = 32 }; -- cgit v1.2.3