* [PATCH] mfd: tps65910: Fix a typo ("regualator")
@ 2023-01-29 12:55 Jonathan Neuschäfer
2023-02-04 13:39 ` Lee Jones
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Neuschäfer @ 2023-01-29 12:55 UTC (permalink / raw)
To: linux-kernel
Cc: Jonathan Neuschäfer, Tony Lindgren, Lee Jones, linux-omap
Spell it as "regulator".
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
drivers/mfd/tps65910.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mfd/tps65910.c b/drivers/mfd/tps65910.c
index 821c0277a2edc..6a892826cd9c2 100644
--- a/drivers/mfd/tps65910.c
+++ b/drivers/mfd/tps65910.c
@@ -262,7 +262,7 @@ static bool is_volatile_reg(struct device *dev, unsigned int reg)
/*
* Caching all regulator registers.
- * All regualator register address range is same for
+ * All regulator register address range is same for
* TPS65910 and TPS65911
*/
if ((reg >= TPS65910_VIO) && (reg <= TPS65910_VDAC)) {
--
2.39.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-04 13:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-29 12:55 [PATCH] mfd: tps65910: Fix a typo ("regualator") Jonathan Neuschäfer
2023-02-04 13:39 ` Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox