Skip to content

Commit d985db8

Browse files
ColinIanKingpH5
authored andcommitted
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 <[email protected]> Signed-off-by: Philipp Zabel <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 8a4e615 commit d985db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/reset/reset-tps380x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ static struct platform_driver tps380x_reset_driver = {
122122
module_platform_driver(tps380x_reset_driver);
123123

124124
MODULE_AUTHOR("Marco Felsch <[email protected]>");
125-
MODULE_DESCRIPTION("TI TPS380x Supply Voltags Supervisor and Reset Driver");
125+
MODULE_DESCRIPTION("TI TPS380x Supply Voltage Supervisor and Reset Driver");
126126
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)