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
This commit is contained in:
Colin Ian King 2022-07-28 12:05:54 +01:00 committed by Philipp Zabel
parent 8a4e6154fb
commit d985db8362
1 changed files with 1 additions and 1 deletions

View File

@ -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");