projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a4e615
)
reset: tps380x: Fix spelling mistake "Voltags" -> "Voltage"
author
Colin Ian King
<colin.i.king@gmail.com>
Thu, 28 Jul 2022 11:05:54 +0000
(12:05 +0100)
committer
Philipp Zabel
<p.zabel@pengutronix.de>
Thu, 28 Jul 2022 12:08:50 +0000
(14:08 +0200)
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
drivers/reset/reset-tps380x.c
patch
|
blob
|
history
diff --git
a/drivers/reset/reset-tps380x.c
b/drivers/reset/reset-tps380x.c
index
e07f586
..
09d511f
100644
(file)
--- 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 Voltag
s
Supervisor and Reset Driver");
+MODULE_DESCRIPTION("TI TPS380x Supply Voltag
e
Supervisor and Reset Driver");
MODULE_LICENSE("GPL v2");