drivers/core/of_addr.c: Fix spelling of "shouldn't".
authorVagrant Cascadian <vagrant@debian.org>
Tue, 21 Dec 2021 21:06:59 +0000 (13:06 -0800)
committerTom Rini <trini@konsulko.com>
Thu, 13 Jan 2022 12:57:50 +0000 (07:57 -0500)
drivers/core/of_addr.c

index 3fbc0a7..431dd4e 100644 (file)
@@ -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;
        }