mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
MISRA Rule 5.7 Definition: A tag name shall be a unique identifier. Rule 5.7 violations can occur if a variable has the same name as a struct. bios.c defines a "struct bit". "bit" is a very common name for variables which causes a name conflict with "struct bit". Therefore, change "struct bit" to "struct bios_bit" to resolve rule 5.7 violations. Jira NVGPU-845 Change-Id: I02f2fa6cf1701c7de2e365635b18ecee0f8296fa Signed-off-by: Adeel Raza <araza@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1965693 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
26 KiB
26 KiB