From de190c89793f45ac63d0aba005593ec37c78f94b Mon Sep 17 00:00:00 2001 From: rmylavarapu Date: Fri, 27 Jan 2023 05:12:41 +0000 Subject: [PATCH] gpu: nvgpu: fixing unbalanced parentheses NVGPU-9297 Change-Id: I4cee2cdbdd37c2369c2320e2f3e5b46c9986a4d5 Signed-off-by: rmylavarapu Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2849502 Reviewed-by: svcacv Reviewed-by: Mahantesh Kumbar GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/Makefile.linux.configs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/nvgpu/Makefile.linux.configs b/drivers/gpu/nvgpu/Makefile.linux.configs index ee6078b35..38e7da4a3 100644 --- a/drivers/gpu/nvgpu/Makefile.linux.configs +++ b/drivers/gpu/nvgpu/Makefile.linux.configs @@ -59,7 +59,7 @@ endif # Support for remap CONFIG_NVGPU_REMAP := y -ifeq ($(NV_BUILD_SYSTEM_TYPE),embedded-linux)) +ifeq ($(NV_BUILD_SYSTEM_TYPE),embedded-linux) # Enable gsp scheduler support CONFIG_NVGPU_GSP_SCHEDULER := y endif