diff mbox series

[08/11] drivers/core/of_addr.c: Fix spelling of "shouldn't".

Message ID 20211221210702.11123-8-vagrant@debian.org
State Accepted
Commit 0580cd1636e4f54486760db2b322e93de1731557
Delegated to: Tom Rini
Headers show
Series [01/11] arch/arm/mach-bcm283x/msg.c: Fix spelling of "Failed". | expand

Commit Message

Vagrant Cascadian Dec. 21, 2021, 9:06 p.m. UTC
---
 drivers/core/of_addr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Jan. 13, 2022, 2:24 p.m. UTC | #1
On Tue, Dec 21, 2021 at 01:06:59PM -0800, Vagrant Cascadian wrote:


Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/drivers/core/of_addr.c b/drivers/core/of_addr.c
index 3fbc0a7afa..431dd4e565 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;
 	}