diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-07-28 12:05:54 +0100 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2022-07-28 14:08:50 +0200 |
commit | d985db83622679fc496ed824088e066528b3a872 (patch) | |
tree | 6d9dc4eb1d0117d40e43db9ad83e08c3f5c30842 /drivers/reset/reset-tps380x.c | |
parent | 8a4e6154fb17b691917dcf7f4b0cc1d2fb8d46c6 (diff) |
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
Diffstat (limited to 'drivers/reset/reset-tps380x.c')
-rw-r--r-- | drivers/reset/reset-tps380x.c | 2 |
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"); |