From 524418980d09df1760f1ed89e6e45cbf418074fe Mon Sep 17 00:00:00 2001 From: Antony Clince Alex Date: Fri, 18 Jun 2021 09:42:02 +0000 Subject: [PATCH] gpu: nvgpu: ga10b: fix typo in header guard Header guard macro was incorrectly defined as 'USERD_GK10B_H' instead of 'USERD_GA10B_H'. Change-Id: I5e22fe55eba068b73614989da3b7e524da5a95f5 Signed-off-by: Antony Clince Alex Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2547000 Reviewed-by: svcacv Reviewed-by: svc_kernel_abi Reviewed-by: Vijayakumar Subbu Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/hal/fifo/userd_ga10b.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/nvgpu/hal/fifo/userd_ga10b.h b/drivers/gpu/nvgpu/hal/fifo/userd_ga10b.h index c43dad6f6..6a01c51c3 100644 --- a/drivers/gpu/nvgpu/hal/fifo/userd_ga10b.h +++ b/drivers/gpu/nvgpu/hal/fifo/userd_ga10b.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2020-2021, NVIDIA CORPORATION. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -21,7 +21,7 @@ */ #ifndef USERD_GA10B_H -#define USERD_GK10B_H +#define USERD_GA10B_H #ifdef CONFIG_NVGPU_USERD struct gk20a;