commit | f3d9e22ac1929ef5fad0743d24a81aee9f689b63 | [log] [tgz] |
---|---|---|
author | Prasad Kummari <prasad.kummari@amd.com> | Tue Apr 22 20:50:01 2025 +0530 |
committer | Saivardhan Thatikonda <saivardhan.thatikonda@amd.com> | Tue Jul 01 17:08:19 2025 +0530 |
tree | 7dfc33b00e21b6c47a8959d2c0654299657719b7 | |
parent | e0c4d3903b382bf34f552af53e6d955fae5283ab [diff] |
fix(psci): add missing curly braces This corrects the MISRA violation C2012-15.6: The body of an iteration-statement or a selection-statement shall be a compound-statement.Enclosed statement body within the curly braces. Change-Id: Ibd402a52e44e59d1c37613d8925aac8e115aa31c Signed-off-by: Prasad Kummari <prasad.kummari@amd.com> Signed-off-by: Saivardhan Thatikonda <saivardhan.thatikonda@amd.com>