commit | b21e2874f81633892e914f7d53b5bf0fe3b41a18 | [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 | aa6df8ec32a48d8e57205b6bb93d4bc283d353f2 [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>