mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
a9f8b321b196479a2ba77ef4ce8f02d7cf87a230
Advisory Rule 5.9 states that identifiers that define objects or functions with internal linkage should be unique. This change eliminates an Advisory Rule 5.9 violation in our the mmu and fifo fault handling code involving the 'invalid_str' variable by renaming it to 'mmufault_invalid_str' and 'ctxsw_status_invalid_str' respectively. Jira NVGPU-3178 Change-Id: I9b60c8441fc8e0423151f1bf116d21489af78bf0 Signed-off-by: Scott Long <scottl@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2190084 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Description
No description provided