mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
Remove duplicated words in documentation and comments
Let's avoid repeating single words here! Signed-off-by: Thomas Huth <thuth@redhat.com> Message-ID: <20250313190527.1556019-1-thuth@redhat.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
dd1b3e532d
commit
da85f91931
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
There are two ways to submit changes for dtc or libfdt:
|
There are two ways to submit changes for dtc or libfdt:
|
||||||
|
|
||||||
* Post patches directly to the the
|
* Post patches directly to the
|
||||||
[devicetree-compiler](mailto:devicetree-compiler@vger.kernel.org)
|
[devicetree-compiler](mailto:devicetree-compiler@vger.kernel.org)
|
||||||
mailing list.
|
mailing list.
|
||||||
* Submit pull requests via
|
* Submit pull requests via
|
||||||
|
|
|
@ -6,7 +6,7 @@ the hardware capabilities. This is insufficient for platforms
|
||||||
that need to dynamically insert Device Tree fragments into the
|
that need to dynamically insert Device Tree fragments into the
|
||||||
live tree.
|
live tree.
|
||||||
|
|
||||||
This document explains the the Device Tree object format and
|
This document explains the Device Tree object format and
|
||||||
modifications made to the Device Tree compiler, which make it possible.
|
modifications made to the Device Tree compiler, which make it possible.
|
||||||
|
|
||||||
1. Simplified Problem Definition
|
1. Simplified Problem Definition
|
||||||
|
|
|
@ -1569,7 +1569,7 @@ static inline int fdt_property_cell(void *fdt, const char *name, uint32_t val)
|
||||||
* @fdt: pointer to the device tree blob
|
* @fdt: pointer to the device tree blob
|
||||||
* @name: name of property to add
|
* @name: name of property to add
|
||||||
* @len: length of property value in bytes
|
* @len: length of property value in bytes
|
||||||
* @valp: returns a pointer to where where the value should be placed
|
* @valp: returns a pointer to where the value should be placed
|
||||||
*
|
*
|
||||||
* returns:
|
* returns:
|
||||||
* 0, on success
|
* 0, on success
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue