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:
8c8bf4f
)
drivers/core/of_addr.c: Fix spelling of "shouldn't".
author
Vagrant Cascadian
<vagrant@debian.org>
Tue, 21 Dec 2021 21:06:59 +0000
(13:06 -0800)
committer
Tom Rini
<trini@konsulko.com>
Thu, 13 Jan 2022 12:57:50 +0000
(07:57 -0500)
drivers/core/of_addr.c
patch
|
blob
|
history
diff --git
a/drivers/core/of_addr.c
b/drivers/core/of_addr.c
index 3fbc0a7afa6cf2a1b12abfa5c21dd07170a585b0..431dd4e565d5ad8476184faa2f21fea99df674d1 100644
(file)
--- a/
drivers/core/of_addr.c
+++ b/
drivers/core/of_addr.c
@@
-367,7
+367,7
@@
int of_get_dma_range(const struct device_node *dev, phys_addr_t *cpu,
/* switch to that node */
parent = of_get_parent(dev);
if (!parent) {
- 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;
}