commit | 7f9e3d71656ba7264661d0e025c11e289b8013b0 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Thu Apr 18 16:53:15 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Tue Oct 08 09:15:06 2024 +0530 |
tree | ac73e253115b5918c2eab4deca2ea84508ffe404 | |
parent | b0ac8017d75abf9e48a9c3b4e29f64508bd1b6dc [diff] |
fix(xilinx): rename variable to avoid conflict This corrects the MISRA violation C2012-5.3: An identifier declared in an inner scope shall not hide an identifier declared in an outer scope. Renamed variable to prevent the conflict with static inline function with same identifier name declared in the outer scope. Change-Id: Ic07a4d25ed43fdb7fcf9fba462787d6951079b5c Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>