drm/amdgpu: fix sdma doorbell comments typo
authorFrank.Min <Frank.Min@amd.com>
Tue, 2 Oct 2018 07:02:09 +0000 (15:02 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Nov 2018 19:20:38 +0000 (14:20 -0500)
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Frank.Min <Frank.Min@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h

index d0102cf..fb922a8 100644 (file)
@@ -432,7 +432,7 @@ typedef enum _AMDGPU_DOORBELL64_ASSIGNMENT
         * default non-graphics QWORD index is 0xe0 - 0xFF inclusive
         */
 
-       /* sDMA engines  reserved from 0xe0 -oxef  */
+       /* sDMA engines  reserved from 0xe0 -0xef  */
        AMDGPU_DOORBELL64_sDMA_ENGINE0            = 0xE0,
        AMDGPU_DOORBELL64_sDMA_HI_PRI_ENGINE0     = 0xE1,
        AMDGPU_DOORBELL64_sDMA_ENGINE1            = 0xE8,