summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-12-15 08:02:22 -0600
committerTom Rini <[email protected]>2024-12-15 08:02:22 -0600
commiteb1817ad8707e31da23e4b30e6cbe09056e0dca3 (patch)
tree17161fb42f1a072096a6428b6c4246ca06efb5cc /doc/develop
parent88bd5701efdc48048e030d91c2633048f0f753a0 (diff)
parent55e8704402350d06e8ebf244515d96c36a3bacf5 (diff)
Merge tag 'doc-2025-01-rc5' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2025-01-rc5 Documentation: * sending_patches: Fix spelling of "its" * environment: NET_LWIP dhcp sets ipaddrN, netmaskN and gatewayipN * remove redundant Rockchip bindings * fwu_updates: Fix formatting * coolpi: Fix document style * board: theobroma-systems: fix feature list in introductions Fix typos in code comments: * clk: mpc83xx: Fix typo in "Coherent System Bus" * efi_loader: Fix typos in enum efi_allocate_type
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/sending_patches.rst2
-rw-r--r--doc/develop/uefi/fwu_updates.rst4
2 files changed, 3 insertions, 3 deletions
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