diff options
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2019-02-28 13:35:21 +0000 |
---|---|---|
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | 2019-02-28 13:35:21 +0000 |
commit | 73308618fee8afc4518c592956b31864e57e48e7 (patch) | |
tree | d3aa4921ae1a58dc4f15c4fd311cdf2b58093cbb /docs/porting-guide.rst | |
parent | 1baa28bb2dc79f23c550d67604324afd222221c3 (diff) | |
download | platform_external_arm-trusted-firmware-73308618fee8afc4518c592956b31864e57e48e7.tar.gz platform_external_arm-trusted-firmware-73308618fee8afc4518c592956b31864e57e48e7.tar.bz2 platform_external_arm-trusted-firmware-73308618fee8afc4518c592956b31864e57e48e7.zip |
Minor changes to documentation and comments
Fix some typos and clarify some sentences.
Change-Id: Id276d1ced9a991b4eddc5c47ad9a825e6b29ef74
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'docs/porting-guide.rst')
-rw-r--r-- | docs/porting-guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/porting-guide.rst b/docs/porting-guide.rst index c3df389f8..3ea86b04f 100644 --- a/docs/porting-guide.rst +++ b/docs/porting-guide.rst @@ -1936,7 +1936,7 @@ handler (if present) is called for the CPU power domain. The ``power-state`` parameter of a PSCI ``CPU_SUSPEND`` call can be used to describe composite power states specific to a platform. The PSCI implementation -defines a generic representation of the power-state parameter viz which is an +defines a generic representation of the power-state parameter, which is an array of local power states where each index corresponds to a power domain level. Each entry contains the local power state the power domain at that power level could enter. It depends on the ``validate_power_state()`` handler to |