[U-Boot] [PATCH] libfdt: fix typo on comment

Signed-off-by: Giulio Benetti giulio.benetti@benettiengineering.com --- scripts/dtc/libfdt/libfdt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/dtc/libfdt/libfdt.h b/scripts/dtc/libfdt/libfdt.h index cf86ddba88..53d577d2a8 100644 --- a/scripts/dtc/libfdt/libfdt.h +++ b/scripts/dtc/libfdt/libfdt.h @@ -734,7 +734,7 @@ uint32_t fdt_get_phandle(const void *fdt, int nodeoffset); /** * fdt_get_alias_namelen - get alias based on substring * @fdt: pointer to the device tree blob - * @name: name of the alias th look up + * @name: name of the alias to look up * @namelen: number of characters of name to consider * * Identical to fdt_get_alias(), but only examine the first namelen

On Wed, 18 Sep 2019 at 08:22, Giulio Benetti giulio.benetti@benettiengineering.com wrote:
Signed-off-by: Giulio Benetti giulio.benetti@benettiengineering.com
scripts/dtc/libfdt/libfdt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Wed, 18 Sep 2019 at 08:22, Giulio Benetti giulio.benetti@benettiengineering.com wrote:
Signed-off-by: Giulio Benetti giulio.benetti@benettiengineering.com
scripts/dtc/libfdt/libfdt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm/next, thanks!
participants (3)
-
Giulio Benetti
-
Simon Glass
-
sjg@google.com