commit | 0f9f5575cc2c5de913e4222c149146c149378728 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Wed Oct 09 09:09:02 2024 +0000 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Mon Oct 21 09:45:49 2024 +0000 |
tree | 9fbc4b1d71945b77770a6ea97b55f6bc88c4dbbd | |
parent | bb145c9d9b543d9440b3b4fc48b8210df4b35ce9 [diff] |
fix(versal): add const qualifier This correct the MISRA violation C2012-8.13: A pointer should point to a const-qualified type whenever possible. Added const qualifier to pointer variables and function arguments. Change-Id: I33cc594816809a118bff369d98d5689a96f6867f Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>