arm-trusted-firmware/lib/psci
Maheedhar Bollapalli c7b0a28d32 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: I8b656f59b445e914dd3f47e3dde83735481a3640
Signed-off-by: Nithin G <nithing@amd.com>
Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>
2025-03-07 13:22:18 +01:00
..
aarch32 chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
aarch64 feat(psci): allow cores to wake up from powerdown 2025-02-03 14:29:47 +00:00
psci_common.c fix(psci): add missing curly braces 2025-03-07 13:22:18 +01:00
psci_lib.mk chore(cpus): optimise runtime errata applications 2024-10-16 13:59:57 +01:00
psci_main.c fix(psci): add missing curly braces 2025-03-07 13:22:18 +01:00
psci_mem_protect.c chore: update to use Arm word across TF-A 2023-08-08 15:12:30 +01:00
psci_off.c chore(docs): drop the "wfi" from pwr_domain_pwr_down_wfi 2025-02-03 14:29:47 +00:00
psci_on.c fix(psci): add missing curly braces 2025-03-07 13:22:18 +01:00
psci_private.h feat(psci): allow cores to wake up from powerdown 2025-02-03 14:29:47 +00:00
psci_setup.c fix(psci): add missing curly braces 2025-03-07 13:22:18 +01:00
psci_stat.c perf(psci): pass my_core_pos around instead of calling it repeatedly 2025-01-14 10:02:00 +00:00
psci_suspend.c perf(amu): greatly simplify AMU context management 2025-02-25 08:50:46 +00:00
psci_system_off.c fix(psci): add missing curly braces 2025-03-07 13:22:18 +01:00