commit | 71d8e2ba563ef885db66c071f077985707ac23ee | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Mon Oct 14 04:19:45 2024 +0000 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Fri Oct 25 09:00:23 2024 +0000 |
tree | b320731711ad9f138672dca1007f3293b68c0cec | |
parent | cc64a797ac7340fb966c713d110bae1265b6e0a4 [diff] |
fix(versal-net): 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: I3c30f5029628f8b297c08443a2c6c8bbf2063d29 Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>