gpu: nvgpu: unit: Cleanup comment formatting in pd_cache unit test

Remove the redundant 'Cx: ' prefix for the verification criteria.
This follows the format used in prior comments.

JIRA NVGPU-1737

Change-Id: I4211ae84b532a0e38d3d0aab0c759acc66524578
Signed-off-by: Alex Waterman <alexw@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2002172
Reviewed-by: Nicolas Benech <nbenech@nvidia.com>
Reviewed-by: Konsta Holtta <kholtta@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Alex Waterman
2019-01-23 10:26:06 -08:00
committed by mobile promotions
parent 03236739f0
commit efdcce03d3

View File

@@ -633,7 +633,7 @@ fail:
/* /*
* Requirement NVGPU-RQCD-68.C3 * Requirement NVGPU-RQCD-68.C3
* *
* C3: Valid/Invalid: 16 256B, 8 512B, etc, PDs can/cannot fit into a single * Valid/Invalid: 16 256B, 8 512B, etc, PDs can/cannot fit into a single
* page sized DMA allocation. * page sized DMA allocation.
*/ */
static int do_test_pd_cache_packing_size(struct unit_module *m, struct gk20a *g, static int do_test_pd_cache_packing_size(struct unit_module *m, struct gk20a *g,
@@ -691,7 +691,7 @@ cleanup:
/* /*
* Requirement NVGPU-RQCD-118.C1 * Requirement NVGPU-RQCD-118.C1
* *
* C1: Valid/Invalid: Previously allocated PD entries are/are not re-usable. * Valid/Invalid: Previously allocated PD entries are/are not re-usable.
*/ */
static int do_test_pd_reusability(struct unit_module *m, struct gk20a *g, static int do_test_pd_reusability(struct unit_module *m, struct gk20a *g,
struct vm_gk20a *vm, u32 pd_size) struct vm_gk20a *vm, u32 pd_size)