diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-01-16 15:02:31 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-01-18 07:38:49 +0000 |
commit | 0afaff26111246b53128ed3f5b9f269bda5433ff (patch) | |
tree | 49999368e4742cfc7b7dc2e47a7d9f8ef788b740 /src | |
parent | ba4dbf8c4ce30da00bc933375d77c4235caccbff (diff) |
lib/device_tree.c: Remove repeated word
Change-Id: Id5279587231c539bd3ffc75b75b29d88ef30e56a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49534
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/device_tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/device_tree.c b/src/lib/device_tree.c index cb81d3248c..1fd8874047 100644 --- a/src/lib/device_tree.c +++ b/src/lib/device_tree.c @@ -1346,7 +1346,7 @@ static int dt_fixup_all_externals(struct device_tree *tree, if (!path) return -1; - /* Find node the label pointed to to figure out its phandle. */ + /* Find node the label pointed to figure out its phandle. */ struct device_tree_node *node = dt_find_node_by_path(tree, path, NULL, NULL, 0); if (!node) |