tests/amdgpu: Fix a typo
authorLuben Tuikov <luben.tuikov@amd.com>
Mon, 30 Nov 2020 22:07:39 +0000 (17:07 -0500)
committerLuben Tuikov <luben.tuikov@amd.com>
Fri, 11 Dec 2020 21:51:35 +0000 (16:51 -0500)
Fix a typo: "TZM" --> "TMZ"

Signed-off-by: Luben Tuikov <luben.tuikov@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
tests/amdgpu/security_tests.c

index 9b39e16..351eac8 100644 (file)
@@ -172,7 +172,7 @@ static void amdgpu_sdma_nop(uint32_t *packet, uint32_t nop_count)
 }
 
 /**
- * amdgpu_bo_lcopy -- linear copy with TZM set, using sDMA
+ * amdgpu_bo_lcopy -- linear copy with TMZ set, using sDMA
  * @dev: AMDGPU device to which both buffer objects belong to
  * @dst: destination buffer object
  * @src: source buffer object