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:
parent
8a4e6154fb
commit
d985db8362
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue