From 1645d3ee60a63faf5de6d41a396c540c538240be Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Thu, 17 Dec 2015 13:58:58 +0000 Subject: Miscellaneous doc fixes for v1.2 Change-Id: I6f49bd779f2a4d577c6443dd160290656cdbc59b --- services/spd/tspd/tspd_main.c | 6 +++--- services/std_svc/psci/psci_private.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'services') diff --git a/services/spd/tspd/tspd_main.c b/services/spd/tspd/tspd_main.c index 4b894258..1a064594 100644 --- a/services/spd/tspd/tspd_main.c +++ b/services/spd/tspd/tspd_main.c @@ -231,7 +231,7 @@ int32_t tspd_setup(void) return 1; /* - * We could inspect the SP image and determine it's execution + * We could inspect the SP image and determine its execution * state i.e whether AArch32 or AArch64. Assuming it's AArch64 * for the time being. */ @@ -461,7 +461,7 @@ uint64_t tspd_smc_handler(uint32_t smc_fid, #endif /* - * These function IDs is used only by the SP to indicate it has + * These function IDs are used only by the SP to indicate it has * finished: * 1. turning itself on in response to an earlier psci * cpu_on request @@ -472,7 +472,7 @@ uint64_t tspd_smc_handler(uint32_t smc_fid, case TSP_RESUME_DONE: /* - * These function IDs is used only by the SP to indicate it has + * These function IDs are used only by the SP to indicate it has * finished: * 1. suspending itself after an earlier psci cpu_suspend * request. diff --git a/services/std_svc/psci/psci_private.h b/services/std_svc/psci/psci_private.h index 8c028a73..3286cf62 100644 --- a/services/std_svc/psci/psci_private.h +++ b/services/std_svc/psci/psci_private.h @@ -206,10 +206,10 @@ int psci_cpu_on_start(unsigned long target_cpu, void psci_cpu_on_finish(unsigned int cpu_idx, psci_power_state_t *state_info); -/* Private exported functions from psci_cpu_off.c */ +/* Private exported functions from psci_off.c */ int psci_do_cpu_off(unsigned int end_pwrlvl); -/* Private exported functions from psci_pwrlvl_suspend.c */ +/* Private exported functions from psci_suspend.c */ void psci_cpu_suspend_start(entry_point_info_t *ep, unsigned int end_pwrlvl, psci_power_state_t *state_info, -- cgit v1.2.3