Merge "Fix typos and misspellings" into integration

This commit is contained in:
Madhukar Pappireddy 2020-11-19 00:31:29 +00:00 committed by TrustedFirmware Code Review
commit 7096a45ae0
4 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ Partition Properties
- compatible [mandatory]
- value type: <string>
- Must be the string "arm,ffa-manifest-X.Y" which specifies the major and
minor versions fo the device tree binding for the FFA manifest represented
minor versions of the device tree binding for the FFA manifest represented
by this node. The minor number is incremented if the binding changes in a
backwards compatible manner.
@ -240,7 +240,7 @@ Device Regions
- exclusive-access
- value type: <empty>
- Presence of this field implies that this endpoint must be granted exclusive
access and ownership of this devices's MMIO region.
access and ownership of this device's MMIO region.
--------------

View File

@ -116,7 +116,7 @@ likely to be suitable for all platform ports.
by ``plat/common/aarch64/platform_mp_stack.S`` and
``plat/common/aarch64/platform_up_stack.S``.
- **define : CACHE_WRITEBACK_GRANULE**
- **#define : CACHE_WRITEBACK_GRANULE**
Defines the size in bits of the largest cache line across all the cache
levels in the platform.

View File

@ -101,7 +101,7 @@ Note that there is no space between the name of a function and the following
parentheses.
Control statements (``if``, ``for``, ``switch``, ``while``, etc) must be
separated from the following open paranthesis by a single space. The previous
separated from the following open parenthesis by a single space. The previous
example illustrates this for an ``if`` statement.
Line Length

View File

@ -14,7 +14,7 @@
.weak plat_set_my_stack
/* ---------------------------------------------------------------------
* When the compatility layer is disabled, the platform APIs
* When the compatibility layer is disabled, the platform APIs
* plat_get_my_stack() and plat_set_my_stack() are supported by the
* platform and the previous APIs platform_get_stack() and
* platform_set_stack() are defined in terms of new APIs making use of