aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-07-28 12:05:54 +0100
committerPhilipp Zabel <p.zabel@pengutronix.de>2022-07-28 14:08:50 +0200
commitd985db83622679fc496ed824088e066528b3a872 (patch)
tree6d9dc4eb1d0117d40e43db9ad83e08c3f5c30842
parentreset: tps380x: Add TPS380x device driver supprt (diff)
downloadlinux-dev-d985db83622679fc496ed824088e066528b3a872.tar.xz
linux-dev-d985db83622679fc496ed824088e066528b3a872.zip
reset: tps380x: Fix spelling mistake "Voltags" -> "Voltage"
There is a spelling mistake in the MODULE_DESCRIPTION text. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Link: https://lore.kernel.org/r/20220728110554.18320-1-colin.i.king@gmail.com
-rw-r--r--drivers/reset/reset-tps380x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/reset-tps380x.c b/drivers/reset/reset-tps380x.c
index e07f5865fe30..09d511f069ba 100644
--- a/drivers/reset/reset-tps380x.c
+++ b/drivers/reset/reset-tps380x.c
@@ -122,5 +122,5 @@ static struct platform_driver tps380x_reset_driver = {
module_platform_driver(tps380x_reset_driver);
MODULE_AUTHOR("Marco Felsch <kernel@pengutronix.de>");
-MODULE_DESCRIPTION("TI TPS380x Supply Voltags Supervisor and Reset Driver");
+MODULE_DESCRIPTION("TI TPS380x Supply Voltage Supervisor and Reset Driver");
MODULE_LICENSE("GPL v2");