commit | cc64a797ac7340fb966c713d110bae1265b6e0a4 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Mon Oct 14 04:16:03 2024 +0000 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Fri Oct 25 09:00:23 2024 +0000 |
tree | 0330cdccdc3eb086c78abe3ded10674fb9411bdf | |
parent | e6c28539d9dbf02cce0931c563f3d922d5d20ca4 [diff] |
fix(versal): 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: I86bbbd4fe86be131a9e9775095d971d76eb956e3 Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>