summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-12-25 22:31:04 -0600
committerTom Rini <[email protected]>2024-12-25 22:31:04 -0600
commit5cfbf8c3644cc95c3c8b5d2541ed7f32136c0da1 (patch)
tree3acd513189d5a8ba449a6e213a57c53f3fb2cdfb /doc/develop
parent2c366eb1cd7ecad7b1d955b54219ba1447e2a47d (diff)
parent3391587e3fe22db6c71882f652e13543a4501694 (diff)
Merge tag 'v2025.01-rc5' into next
Prepare v2025.01-rc5
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/release_cycle.rst2
-rw-r--r--doc/develop/sending_patches.rst2
-rw-r--r--doc/develop/uefi/fwu_updates.rst4
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/develop/release_cycle.rst b/doc/develop/release_cycle.rst
index 9f9252b18d2..c0e394f77cc 100644
--- a/doc/develop/release_cycle.rst
+++ b/doc/develop/release_cycle.rst
@@ -75,7 +75,7 @@ For the next scheduled release, release candidates were made on::
* U-Boot v2025.01-rc4 was released on Mon 09 December 2024.
-.. * U-Boot v2025.01-rc5 was released on Mon 23 December 2024.
+* U-Boot v2025.01-rc5 was released on Mon 23 December 2024.
.. * U-Boot v2025.01-rc6 was released on Mon 30 December 2024.
diff --git a/doc/develop/sending_patches.rst b/doc/develop/sending_patches.rst
index e22b5e3e244..ee6e34089b5 100644
--- a/doc/develop/sending_patches.rst
+++ b/doc/develop/sending_patches.rst
@@ -377,7 +377,7 @@ The following are a "rule of thumb" as to how the states are used in patchwork
today. Not all states are used by all custodians.
* New: Patch has been submitted to the list, and none of the maintainers has
- changed it's state since.
+ changed its state since.
* Under Review: A custodian is reviewing the patch currently.
diff --git a/doc/develop/uefi/fwu_updates.rst b/doc/develop/uefi/fwu_updates.rst
index 51e8a28efe1..84713581459 100644
--- a/doc/develop/uefi/fwu_updates.rst
+++ b/doc/develop/uefi/fwu_updates.rst
@@ -170,7 +170,7 @@ build the tool, enable::
CONFIG_TOOLS_MKEFICAPSULE=y
-Run the following commands to generate the accept/revert capsules::
+Run the following commands to generate the accept/revert capsules:
.. code-block:: bash
@@ -180,7 +180,7 @@ Run the following commands to generate the accept/revert capsules::
<capsule_file_name>
Some examples of using the mkeficapsule tool for generation of the
-empty capsule would be::
+empty capsule would be:
.. code-block:: bash