commit | 119c7fa5f623eb15b8bd260b2248ec71e70e3bb5 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Mon Apr 22 18:21:40 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Wed Oct 30 12:48:43 2024 +0530 |
tree | d704b0cb1b33120e341d9166d15091a90167b7bf | |
parent | ad1553deb3ce18ebb338e15ef22599cd5651f854 [diff] |
fix(xilinx): avoid altering function parameters This corrects the MISRA violation C2012-17.8: A function parameter should not be modified. Local variable is declared and used to process the value from the argument. Change-Id: I96b4381c3e05f7065d824592e7b5e5929f6b3627 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>