[edk2-devel] [PATCH 02/79] EmbeddedPkg/FdtLib: Fix a typo

Philippe Mathieu-Daudé posted 79 patches 6 years, 2 months ago
Only 39 patches received!
There is a newer version of this series
[edk2-devel] [PATCH 02/79] EmbeddedPkg/FdtLib: Fix a typo
Posted by Philippe Mathieu-Daudé 6 years, 2 months ago
From: Antoine Coeur <coeur@gmx.fr>

Fix a typo in a comment.

Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
 EmbeddedPkg/Include/libfdt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/EmbeddedPkg/Include/libfdt.h b/EmbeddedPkg/Include/libfdt.h
index 141ecb579bde..606c80a0e8ca 100644
--- a/EmbeddedPkg/Include/libfdt.h
+++ b/EmbeddedPkg/Include/libfdt.h
@@ -107,7 +107,7 @@
 	 * nodes, or subnodes preceding properties). */
 #define FDT_ERR_BADLAYOUT	12
 	/* FDT_ERR_BADLAYOUT: For read-write functions, the given
-	 * device tree has it's sub-blocks in an order that the
+	 * device tree has its sub-blocks in an order that the
 	 * function can't handle (memory reserve map, then structure,
 	 * then strings).  Use fdt_open_into() to reorganize the tree
 	 * into a form suitable for the read-write operations. */
-- 
2.21.0


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#51607): https://edk2.groups.io/g/devel/message/51607
Mute This Topic: https://groups.io/mt/65772875/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH 02/79] EmbeddedPkg/FdtLib: Fix a typo
Posted by Leif Lindholm 6 years, 2 months ago
Hi Phil, Antoine,

This file is imported from an external project, and arguably we should
be converting the libfdt import to a submodule instead. So I'd prefer
not pulling this one in.

/
    Leif

On Tue, Dec 03, 2019 at 17:14:45 +0100, Philippe Mathieu-Daude wrote:
> From: Antoine Coeur <coeur@gmx.fr>
> 
> Fix a typo in a comment.
> 
> Cc: Leif Lindholm <leif.lindholm@linaro.org>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
> ---
>  EmbeddedPkg/Include/libfdt.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/EmbeddedPkg/Include/libfdt.h b/EmbeddedPkg/Include/libfdt.h
> index 141ecb579bde..606c80a0e8ca 100644
> --- a/EmbeddedPkg/Include/libfdt.h
> +++ b/EmbeddedPkg/Include/libfdt.h
> @@ -107,7 +107,7 @@
>  	 * nodes, or subnodes preceding properties). */
>  #define FDT_ERR_BADLAYOUT	12
>  	/* FDT_ERR_BADLAYOUT: For read-write functions, the given
> -	 * device tree has it's sub-blocks in an order that the
> +	 * device tree has its sub-blocks in an order that the
>  	 * function can't handle (memory reserve map, then structure,
>  	 * then strings).  Use fdt_open_into() to reorganize the tree
>  	 * into a form suitable for the read-write operations. */
> -- 
> 2.21.0

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#51648): https://edk2.groups.io/g/devel/message/51648
Mute This Topic: https://groups.io/mt/65772875/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-