mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 11:04:51 +03:00
gpu: nvgpu: Fix MISRA 21.1 error in defaults.h
Fix MISRA 21.1 error in defaults.h misra_c_2012_rule_21_1_violation: Defining or undefining a reserved name. Jira NVGPU-3621 Change-Id: I6f15a260c5f72fa9401147e97904ee462965e141 Signed-off-by: Vinod G <vinodg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2134617 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Deepak Nibade <dnibade@nvidia.com> GVS: Gerrit_Virtual_Submit 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
a9fce07d11
commit
448eed1da6
@@ -20,8 +20,8 @@
|
||||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef __NVGPU_DEFAULTS_H__
|
||||
#define __NVGPU_DEFAULTS_H__
|
||||
#ifndef NVGPU_DEFAULTS_H
|
||||
#define NVGPU_DEFAULTS_H
|
||||
|
||||
/*
|
||||
* Default timeout used for channel watchdog and ctxsw timeout.
|
||||
@@ -32,4 +32,4 @@
|
||||
|
||||
#define NVGPU_DEFAULT_FPGA_TIMEOUT_MS 100000U /* 100 sec */
|
||||
|
||||
#endif
|
||||
#endif /* NVGPU_DEFAULTS_H */
|
||||
|
||||
Reference in New Issue
Block a user