diff options
author | John Tsichritzis <john.tsichritzis@arm.com> | 2018-06-06 09:38:10 +0100 |
---|---|---|
committer | John Tsichritzis <john.tsichritzis@arm.com> | 2018-06-22 14:15:31 +0100 |
commit | 677ad32cd2ac9b5813b0083639f6c596206318dd (patch) | |
tree | 9d45d38cfa51b8e04e20be8d4a4f51e87f9bc167 /docs/porting-guide.rst | |
parent | b70dcbc17222687859ac1cf58d4d7c5cb5c379fe (diff) | |
download | platform_external_arm-trusted-firmware-677ad32cd2ac9b5813b0083639f6c596206318dd.tar.gz platform_external_arm-trusted-firmware-677ad32cd2ac9b5813b0083639f6c596206318dd.tar.bz2 platform_external_arm-trusted-firmware-677ad32cd2ac9b5813b0083639f6c596206318dd.zip |
Fix typos in documentation
In the porting guide, there are blue boxes that describe the argument
types and the return type of each function. A small typo caused some of
these boxes not being properly rendered.
In the user guide, small typos were fixed that caused random text being
unintentionally rendered as bold. Also, a slight rewording was done in
the section describing the DYN_DISABLE_AUTH flag.
Change-Id: I57303ca609436a82162fa9b42c06b0d5a63da6df
Signed-off-by: John Tsichritzis <john.tsichritzis@arm.com>
Diffstat (limited to 'docs/porting-guide.rst')
-rw-r--r-- | docs/porting-guide.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/porting-guide.rst b/docs/porting-guide.rst index 03930cff8..a737cf4e6 100644 --- a/docs/porting-guide.rst +++ b/docs/porting-guide.rst @@ -1661,6 +1661,7 @@ Function : bl2\_plat\_preload\_setup [optional] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :: + Argument : void Return : void @@ -1674,6 +1675,7 @@ Function : plat\_try\_next\_boot\_source() [optional] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :: + Argument : void Return : int @@ -1704,6 +1706,7 @@ Function : bl2\_el3\_early\_platform\_setup() [mandatory] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :: + Argument : u_register_t, u_register_t, u_register_t, u_register_t Return : void @@ -1726,6 +1729,7 @@ Function : bl2\_el3\_plat\_arch\_setup() [mandatory] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :: + Argument : void Return : void @@ -1741,6 +1745,7 @@ Function : bl2\_el3\_plat\_prepare\_exit() [optional] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :: + Argument : void Return : void |