From 2a3fa45dd337531cb398bc3fc04b79380753f225 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Tue, 27 Nov 2018 17:42:43 -0800 Subject: [PATCH] gpu: nvgpu: revert vfe_var param name change Revert the param name change to devinit_get_vfe_var_table() from previous change to vfe_var.c. It was already fixed (in a different manner) by an earlier Rule 8.3-related change. JIRA NVGPU-849 Change-Id: I8435699b6999949ebae421a34e54487cfe777974 Signed-off-by: Scott Long Reviewed-on: https://git-master.nvidia.com/r/1959752 Reviewed-by: svc-mobile-coverity Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/pmu_perf/vfe_var.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/nvgpu/pmu_perf/vfe_var.c b/drivers/gpu/nvgpu/pmu_perf/vfe_var.c index ddcd4526a..bc32969db 100644 --- a/drivers/gpu/nvgpu/pmu_perf/vfe_var.c +++ b/drivers/gpu/nvgpu/pmu_perf/vfe_var.c @@ -33,7 +33,7 @@ #include "vfe_var.h" static int devinit_get_vfe_var_table(struct gk20a *g, - struct vfe_vars *pvarobjs); + struct vfe_vars *pvfevarobjs); static int vfe_var_construct_single(struct gk20a *g, struct boardobj **ppboardobj, u16 size, void *pargs);