mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
MISRA Advisory Directive 4.5 states that identifiers in the same name space with overlapping visibility should be typographically ambiguous. The uses of 'a'/'__a' and 'b'/'__b' in the implementation of the min_t() macro are in violation of this directive. This change switches '__a' to 't_a' and '__b' to 't_b' (where 't_' stands for "typed") to eliminate these violations. Jira NVGPU-3178 Change-Id: I72394203ae59ba4d64ca5b539943c3efe9660417 Signed-off-by: Scott Long <scottl@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2270879 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Adeel Raza <araza@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>