diff options
author | Vagrant Cascadian | 2021-12-21 13:06:59 -0800 |
---|---|---|
committer | Tom Rini | 2022-01-13 07:57:50 -0500 |
commit | 0580cd1636e4f54486760db2b322e93de1731557 (patch) | |
tree | 0bbad1d3cd1762ea329ca3308f2f8ff751f86249 /drivers | |
parent | 8c8bf4f17bc5c583f3411adc585180a6cf7930f4 (diff) |
drivers/core/of_addr.c: Fix spelling of "shouldn't".
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/core/of_addr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/core/of_addr.c b/drivers/core/of_addr.c index 3fbc0a7afa6..431dd4e565d 100644 --- 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, shoudln't happen\n"); + printf("Found dma-ranges in root node, shouldn't happen\n"); ret = -EINVAL; goto out; } |