Thread (2 messages) 2 messages, 2 authors, 2025-05-12
STALE433d LANDED

[PATCH][next] memory: stm32: Fix spelling mistake "resset" -> "reset"

From: Colin Ian King <hidden>
Date: 2025-05-09 10:45:12
Also in: kernel-janitors, lkml
Subsystem: memory controller drivers, st stm32 octo memory manager, the rest · Maintainers: Krzysztof Kozlowski, Patrice Chotard, Linus Torvalds

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <redacted>
---
 drivers/memory/stm32_omm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/memory/stm32_omm.c b/drivers/memory/stm32_omm.c
index 166baed0738a..bef7cf4391d6 100644
--- a/drivers/memory/stm32_omm.c
+++ b/drivers/memory/stm32_omm.c
@@ -173,7 +173,7 @@ static int stm32_omm_disable_child(struct device *dev)
 		ret = reset_control_acquire(reset);
 		if (ret) {
 			stm32_omm_toggle_child_clock(dev, false);
-			dev_err(dev, "Can not acquire resset %d\n", ret);
+			dev_err(dev, "Can not acquire reset %d\n", ret);
 			return ret;
 		}
 
-- 
2.49.0

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help