mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
MISRA rule 21.1 forbids the use of #define and #undef on a reserved identifier or reserved macro name. Fix violations of rule 21.1 in os_sched unit. MISRA rule 21.2 forbids the usage of identifier names which start with an underscore. Fix violation of MISRA rule 21.2 in os_sched unit. Jira NVGPU-3299 Change-Id: Ib772f60adf5e81935f9cd2044ff8f6a402e15d82 Signed-off-by: ajesh <akv@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2121955 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>