diff options
author | Eric Engestrom <eric@engestrom.ch> | 2016-04-03 19:48:11 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-04-07 18:15:59 +0100 |
commit | 96f2907c85097a1e85a56e7e343893cf2b93f432 (patch) | |
tree | 3aa2f78bfedb061b9b2c06de57afb46d3f33b1ce | |
parent | 723a6944c0ba8f6b25302adbea40b9d662f7b8ea (diff) |
tests: Fix spelling mistakes
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
-rw-r--r-- | tests/amdgpu/basic_tests.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/amdgpu/basic_tests.c b/tests/amdgpu/basic_tests.c index 4ef6014e289f..599c090a2f2f 100644 --- a/tests/amdgpu/basic_tests.c +++ b/tests/amdgpu/basic_tests.c @@ -803,7 +803,7 @@ static void amdgpu_command_submission_write_linear_helper(unsigned ip_type) resources[0] = bo; - /* fullfill PM4: test DMA write-linear */ + /* fulfill PM4: test DMA write-linear */ i = j = 0; if (ip_type == AMDGPU_HW_IP_DMA) { pm4[i++] = SDMA_PACKET(SDMA_OPCODE_WRITE, @@ -902,7 +902,7 @@ static void amdgpu_command_submission_const_fill_helper(unsigned ip_type) resources[0] = bo; - /* fullfill PM4: test DMA const fill */ + /* fulfill PM4: test DMA const fill */ i = j = 0; if (ip_type == AMDGPU_HW_IP_DMA) { pm4[i++] = SDMA_PACKET(SDMA_OPCODE_CONSTANT_FILL, 0, @@ -1020,7 +1020,7 @@ static void amdgpu_command_submission_copy_linear_helper(unsigned ip_type) resources[0] = bo1; resources[1] = bo2; - /* fullfill PM4: test DMA copy linear */ + /* fulfill PM4: test DMA copy linear */ i = j = 0; if (ip_type == AMDGPU_HW_IP_DMA) { pm4[i++] = SDMA_PACKET(SDMA_OPCODE_COPY, SDMA_COPY_SUB_OPCODE_LINEAR, 0); |