mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
1f2f414fdeece904a3df92599227f2a5f299df7c
MISRA Advisory Rule 8.13 states that a pointer should point to a const-qualified type wherever possible. This change eliminates such violations from the use of nvgpu_timeout_expired_msg_cpu() by marking the temporary struct nvgpu_timeout pointer const. Jira NVGPU-3178 Change-Id: Id0c77f2a18db29dcc1125540fdc02ab246c68092 Signed-off-by: Scott Long <scottl@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2283774 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Adeel Raza <araza@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Description
No description provided