* [PATCH] mfd: tps65218: Fix trivial typo in comment
@ 2022-04-05 12:54 Daniel Ammann
2022-04-26 14:08 ` Lee Jones
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Ammann @ 2022-04-05 12:54 UTC (permalink / raw)
To: lee.jones, linux-kernel
The driver is for TPS65218, not TPS65219.
Signed-off-by: Daniel Ammann <daniel.ammann@bytesatwork.ch>
---
include/linux/mfd/tps65218.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/mfd/tps65218.h b/include/linux/mfd/tps65218.h
index f4ca367e3473..122e24ddbd4b 100644
--- a/include/linux/mfd/tps65218.h
+++ b/include/linux/mfd/tps65218.h
@@ -1,7 +1,7 @@
/*
* linux/mfd/tps65218.h
*
- * Functions to access TPS65219 power management chip.
+ * Functions to access TPS65218 power management chip.
*
* Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com/
*
--
2.30.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-26 14:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-05 12:54 [PATCH] mfd: tps65218: Fix trivial typo in comment Daniel Ammann
2022-04-26 14:08 ` Lee Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox