summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuben Tuikov <luben.tuikov@amd.com>2020-11-30 17:07:39 -0500
committerLuben Tuikov <luben.tuikov@amd.com>2020-12-11 16:51:35 -0500
commitd4fdeaf19b5f5cdec8b2dff3a202b2b379d35486 (patch)
tree52f2df627bee21689915debdaecb8dc6890ec6ae
parent1a2b1a6cac9048b3f93ceb54426f1d8eff8e0899 (diff)
tests/amdgpu: Fix a typo
Fix a typo: "TZM" --> "TMZ" Signed-off-by: Luben Tuikov <luben.tuikov@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--tests/amdgpu/security_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/amdgpu/security_tests.c b/tests/amdgpu/security_tests.c
index 9b39e167..351eac82 100644
--- a/tests/amdgpu/security_tests.c
+++ b/tests/amdgpu/security_tests.c
@@ -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