]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
docs(porting): remove pull request terminology
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Wed, 8 Feb 2023 13:01:18 +0000 (14:01 +0100)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Tue, 11 Apr 2023 07:58:14 +0000 (09:58 +0200)
The pull request terminology dates back from when TF-A repository was
hosted on Github. Use a terminology that is more suited to Gerrit
workflow.

Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Change-Id: Ieecf47617ca1cdb76b9c4a83f63ba3c402b9e975

docs/getting_started/porting-guide.rst

index ae3ffb5542d352f716cf994c7bdcd922c7ceafc5..b9ccdb0942f58faa0be7bd1c58872595a8a653e1 100644 (file)
@@ -38,7 +38,7 @@ functions/definitions in ``include/plat/arm/common/`` and the corresponding
 source files in ``plat/arm/common/``. This is done so that there are no
 dependencies between platforms maintained by different people/companies. If you
 want to use any of the functionality present in ``plat/arm`` files, please
-create a pull request that moves the code to ``plat/common`` so that it can be
+propose a patch that moves the code to ``plat/common`` so that it can be
 discussed.
 
 Common modifications