commit | 15a9e381cdfc607e516f86adc118d036ce78aa86 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Mon Oct 14 04:22:43 2024 +0000 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Fri Oct 25 09:00:23 2024 +0000 |
tree | 72fffac41160848f847c82a3a7787210224bc25e | |
parent | a4ddd24f97953b6c8ad6b9dfddc240067807c502 [diff] |
fix(versal2): explicitly check operators precedence This corrects the MISRA violation C2012-12.1: The precedence of operators within expressions should be made explicit. Enclosed the subexpression in parentheses to maintain the precedence. Change-Id: I33028cf220fa0768f8f266db294c42810f62b61c Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>