From: Colin Ian King Date: Thu, 28 Jul 2022 11:05:54 +0000 (+0100) Subject: reset: tps380x: Fix spelling mistake "Voltags" -> "Voltage" X-Git-Tag: v6.6.17~6879^2~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d985db83622679fc496ed824088e066528b3a872;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Philipp Zabel Link: https://lore.kernel.org/r/20220728110554.18320-1-colin.i.king@gmail.com --- diff --git a/drivers/reset/reset-tps380x.c b/drivers/reset/reset-tps380x.c index e07f586..09d511f 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 "); -MODULE_DESCRIPTION("TI TPS380x Supply Voltags Supervisor and Reset Driver"); +MODULE_DESCRIPTION("TI TPS380x Supply Voltage Supervisor and Reset Driver"); MODULE_LICENSE("GPL v2");