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/hypervisor/cpu_cycles.c b/src/ffa/hypervisor/cpu_cycles.c
index f2a9251..4496e6b 100644
--- a/src/ffa/hypervisor/cpu_cycles.c
+++ b/src/ffa/hypervisor/cpu_cycles.c
@@ -94,7 +94,7 @@
 	}
 }
 
-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)
 {
 	/* Scheduling mode not supported in the Hypervisor/VMs. */