drivers/core/of_addr.c: Fix spelling of "shouldn't".
This commit is contained in:
parent
8c8bf4f17b
commit
0580cd1636
1 changed files with 1 additions and 1 deletions
|
@ -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, shoudln't happen\n");
|
||||
printf("Found dma-ranges in root node, shouldn't happen\n");
|
||||
ret = -EINVAL;
|
||||
goto out;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue