projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f697add
)
common/fdt_support.c: Fix spelling of "shouldn't".
author
Vagrant Cascadian
<vagrant@debian.org>
Tue, 21 Dec 2021 21:06:58 +0000
(13:06 -0800)
committer
Tom Rini
<trini@konsulko.com>
Thu, 13 Jan 2022 12:57:49 +0000
(07:57 -0500)
common/fdt_support.c
patch
|
blob
|
history
diff --git
a/common/fdt_support.c
b/common/fdt_support.c
index b2ba0825df3b0a47fcac27b62639f3413abfe254..c6b93e788905fae13f034fdc10d1bfa78a0f4507 100644
(file)
--- a/
common/fdt_support.c
+++ b/
common/fdt_support.c
@@
-1430,7
+1430,7
@@
int fdt_get_dma_range(const void *blob, int node, phys_addr_t *cpu,
node = parent;
parent = fdt_parent_offset(blob, node);
if (parent < 0) {
- printf("Found dma-ranges in root node, shou
dl
n't happen\n");
+ printf("Found dma-ranges in root node, shou
ld
n't happen\n");
ret = -EINVAL;
goto out;
}