From: Randy Dunlap Date: Mon, 2 Oct 2023 01:08:33 +0000 (-0700) Subject: drm/amdgpu: amdgpu_drm.h: fix comment typos X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0029e4d46b8958c2b2cd249f9fd820954713463e;p=linux.git drm/amdgpu: amdgpu_drm.h: fix comment typos Correct typos of "occurred". Signed-off-by: Randy Dunlap Cc: Alex Deucher Cc: Christian König Cc: "Pan, Xinhui" Cc: amd-gfx@lists.freedesktop.org Reviewed-by: Christian König Signed-off-by: Alex Deucher --- diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h index d627d0c6ac879..ad21c613fec88 100644 --- a/include/uapi/drm/amdgpu_drm.h +++ b/include/uapi/drm/amdgpu_drm.h @@ -249,9 +249,9 @@ union drm_amdgpu_bo_list { /* unknown cause */ #define AMDGPU_CTX_UNKNOWN_RESET 3 -/* indicate gpu reset occured after ctx created */ +/* indicate gpu reset occurred after ctx created */ #define AMDGPU_CTX_QUERY2_FLAGS_RESET (1<<0) -/* indicate vram lost occured after ctx created */ +/* indicate vram lost occurred after ctx created */ #define AMDGPU_CTX_QUERY2_FLAGS_VRAMLOST (1<<1) /* indicate some job from this context once cause gpu hang */ #define AMDGPU_CTX_QUERY2_FLAGS_GUILTY (1<<2)