mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
common/fdt_support.c: Fix spelling of "shouldn't".
This commit is contained in:
parent
f697addf8a
commit
8c8bf4f17b
1 changed files with 1 additions and 1 deletions
|
@ -1430,7 +1430,7 @@ int fdt_get_dma_range(const void *blob, int node, phys_addr_t *cpu,
|
||||||
node = parent;
|
node = parent;
|
||||||
parent = fdt_parent_offset(blob, node);
|
parent = fdt_parent_offset(blob, node);
|
||||||
if (parent < 0) {
|
if (parent < 0) {
|
||||||
printf("Found dma-ranges in root node, shoudln't happen\n");
|
printf("Found dma-ranges in root node, shouldn't happen\n");
|
||||||
ret = -EINVAL;
|
ret = -EINVAL;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue