From efdcce03d3608904b160c9df2a505a3fa17d90b1 Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Wed, 23 Jan 2019 10:26:06 -0800 Subject: [PATCH] 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 Reviewed-on: https://git-master.nvidia.com/r/2002172 Reviewed-by: Nicolas Benech Reviewed-by: Konsta Holtta GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/units/mm/gmmu/pd_cache/pd_cache.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/userspace/units/mm/gmmu/pd_cache/pd_cache.c b/userspace/units/mm/gmmu/pd_cache/pd_cache.c index 52944ab5c..f85b1d0bd 100644 --- a/userspace/units/mm/gmmu/pd_cache/pd_cache.c +++ b/userspace/units/mm/gmmu/pd_cache/pd_cache.c @@ -633,8 +633,8 @@ fail: /* * Requirement NVGPU-RQCD-68.C3 * - * C3: Valid/Invalid: 16 256B, 8 512B, etc, PDs can/cannot fit into a single - * page sized DMA allocation. + * Valid/Invalid: 16 256B, 8 512B, etc, PDs can/cannot fit into a single + * page sized DMA allocation. */ static int do_test_pd_cache_packing_size(struct unit_module *m, struct gk20a *g, struct vm_gk20a *vm, u32 pd_size) @@ -691,7 +691,7 @@ cleanup: /* * 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, struct vm_gk20a *vm, u32 pd_size)