commit | 0ed8b4bffc31e52facf27445503ea668e7ba3dc2 | [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 | 8e9a5a5150c631dec09b9fea610ca3846e0dce9c [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>