commit | 8e9a5a5150c631dec09b9fea610ca3846e0dce9c | [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 | 5b542313f8af2373549e71266307b8fbbb8788cd [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>