commit | e6c28539d9dbf02cce0931c563f3d922d5d20ca4 | [log] [tgz] |
---|---|---|
author | Nithin G <nithing@amd.com> | Mon Apr 22 13:06:06 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Fri Oct 25 09:00:23 2024 +0000 |
tree | 37fff0f6726931eb05299104b5460723fc1d9829 | |
parent | 44385b74bc21b516e1e4e419dc717ea97446a653 [diff] |
fix(xilinx): 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: I7d68bcd0daec1c5fe448ce889bb5a74dc8a5cc91 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>