[PATCH 1/2] fdtgrep: fix typos in error output
Anatolij Gustschin
agust at denx.de
Wed Jan 8 21:35:15 CET 2020
Fix function name and parenthesis.
Signed-off-by: Anatolij Gustschin <agust at denx.de>
---
tools/fdtgrep.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/fdtgrep.c b/tools/fdtgrep.c
index 8f44f599c1..052d419692 100644
--- a/tools/fdtgrep.c
+++ b/tools/fdtgrep.c
@@ -824,7 +824,7 @@ static int do_fdtgrep(struct display_info *disp, const char *filename)
if (count <= max_regions)
break;
free(region);
- fprintf(stderr, "Internal error with fdtgrep_find_region)(\n");
+ fprintf(stderr, "Internal error with fdtgrep_find_regions()\n");
return -1;
}
--
2.17.1
More information about the U-Boot
mailing list