mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: fix MISRA 4.10 issues in hal class
Use correct header file guard for hal class header files. JIRA NVGPU-3421 Change-Id: If5e8582616328d665dddd3743c01bf9527afdd11 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2114173 GVS: Gerrit_Virtual_Submit Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
3591704fa3
commit
df7ffe8722
@@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#ifndef NVGPU_CLASS_TU104
|
||||
#define NVGPU_CALSS_TU104
|
||||
#define NVGPU_CLASS_TU104
|
||||
|
||||
#include <nvgpu/types.h>
|
||||
|
||||
@@ -29,4 +29,4 @@ bool tu104_class_is_valid(u32 class_num);
|
||||
bool tu104_class_is_valid_gfx(u32 class_num);
|
||||
bool tu104_class_is_valid_compute(u32 class_num);
|
||||
|
||||
#endif
|
||||
#endif /* NVGPU_CLASS_TU104 */
|
||||
|
||||
Reference in New Issue
Block a user