mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
gpu: nvgpu: fix MISRA Rule 5.1 violation
BVEC changes for nvgpu_rc_pbdma_fault and nvgpu_rc_mmu_fault
started reporting below MISRA issue.
kernel/nvgpu/drivers/gpu/nvgpu/common/fifo/tsg.c:321:
1. misra_c_2012_rule_5_1_violation: Declaration with identifier
"nvgpu_tsg_unbind_channel_check_hw_state", which is ambiguous.
kernel/nvgpu/drivers/gpu/nvgpu/common/fifo/tsg.c:349:
2. other_declaration: The first 31 characters of identifiers
"nvgpu_tsg_unbind_channel_check_ctx_reload" and
"nvgpu_tsg_unbind_channel_check_hw_state" are identical.
Do below renames to fix the issue. Doing both for consistency.
s/nvgpu_tsg_unbind_channel_check_hw_state/nvgpu_tsg_unbind_channel_hw_state_check
s/nvgpu_tsg_unbind_channel_check_ctx_reload/nvgpu_tsg_unbind_channel_ctx_reload_check
JIRA NVGPU-6772
Change-Id: Ib92cabe11c486621351bf15ddb86e20d16d514c4
Signed-off-by: Sagar Kamble <skamble@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2584152
(cherry picked from commit a619f259c6a4ffccb05550767212989af60c2a90)
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2706551
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com>
Reviewed-by: Vaibhav Kachore <vkachore@nvidia.com>
GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
mobile promotions
parent
162d7ec32d
commit
d82400d2b8
@@ -702,8 +702,8 @@ nvgpu_tsg_set_ctx_mmu_error
|
||||
nvgpu_tsg_set_error_notifier
|
||||
nvgpu_tsg_setup_sw
|
||||
nvgpu_tsg_unbind_channel
|
||||
nvgpu_tsg_unbind_channel_check_hw_state
|
||||
nvgpu_tsg_unbind_channel_check_ctx_reload
|
||||
nvgpu_tsg_unbind_channel_hw_state_check
|
||||
nvgpu_tsg_unbind_channel_ctx_reload_check
|
||||
nvgpu_set_bit
|
||||
nvgpu_set_enabled
|
||||
nvgpu_set_errata
|
||||
|
||||
@@ -722,8 +722,8 @@ nvgpu_tsg_set_ctx_mmu_error
|
||||
nvgpu_tsg_set_error_notifier
|
||||
nvgpu_tsg_setup_sw
|
||||
nvgpu_tsg_unbind_channel
|
||||
nvgpu_tsg_unbind_channel_check_hw_state
|
||||
nvgpu_tsg_unbind_channel_check_ctx_reload
|
||||
nvgpu_tsg_unbind_channel_hw_state_check
|
||||
nvgpu_tsg_unbind_channel_ctx_reload_check
|
||||
nvgpu_set_bit
|
||||
nvgpu_set_enabled
|
||||
nvgpu_set_errata
|
||||
|
||||
Reference in New Issue
Block a user