commit | 7b970841ad1c9925e72c170734ca30016813743d | [log] [tgz] |
---|---|---|
author | Nithin G <nithing@amd.com> | Fri Apr 19 18:06:36 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Sun Mar 09 22:02:54 2025 +0530 |
tree | 44cf420ab69d7ce8ae3124e3b290be39502bf421 | |
parent | 54c9c68a49bc7b3aaa29207f798b1973e3cdb542 [diff] |
fix(psci): add const qualifier This corrects the MISRA violation C2012-8.13: A pointer should point to a const-qualified type whenever possible. Added const qualifier to pointer in the function arguments. Change-Id: Id3d4aa528f275973a37c0b9af04495632cb2dda3 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>