fix: renaming went wrong
Fixing the name of function:
- From: ffa_cpu_cycles_init_schedule_mode_ffa_runeld_prepare
- To: ffa_cpu_cycles_init_schedule_mode_ffa_run
Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: I95301dd351a818623d0778253c26ac08868e6054
diff --git a/src/ffa/spmc/cpu_cycles.c b/src/ffa/spmc/cpu_cycles.c
index 645a8e8..1b319c8 100644
--- a/src/ffa/spmc/cpu_cycles.c
+++ b/src/ffa/spmc/cpu_cycles.c
@@ -458,7 +458,7 @@
* Initialize the scheduling mode and/or Partition Runtime model of the target
* SP upon being resumed by an FFA_RUN ABI.
*/
-void ffa_cpu_cycles_init_schedule_mode_ffa_runeld_prepare(
+void ffa_cpu_cycles_init_schedule_mode_ffa_run(
struct vcpu_locked current_locked, struct vcpu_locked target_locked)
{
struct vcpu *vcpu = target_locked.vcpu;