linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] reset: tps380x: Fix spelling mistake "Voltags" -> "Voltage"
@ 2022-07-28 11:05 Colin Ian King
  2022-07-28 12:10 ` Philipp Zabel
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-07-28 11:05 UTC (permalink / raw)
  To: Marco Felsch, Philipp Zabel; +Cc: kernel-janitors, linux-kernel

There is a spelling mistake in the MODULE_DESCRIPTION text. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/reset/reset-tps380x.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][next] reset: tps380x: Fix spelling mistake "Voltags" -> "Voltage"
  2022-07-28 11:05 [PATCH][next] reset: tps380x: Fix spelling mistake "Voltags" -> "Voltage" Colin Ian King
@ 2022-07-28 12:10 ` Philipp Zabel
  0 siblings, 0 replies; 2+ messages in thread
From: Philipp Zabel @ 2022-07-28 12:10 UTC (permalink / raw)
  To: Colin Ian King, Marco Felsch; +Cc: kernel-janitors, linux-kernel

Hi Colin,

On Do, 2022-07-28 at 12:05 +0100, Colin Ian King wrote:
> There is a spelling mistake in the MODULE_DESCRIPTION text. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/reset/reset-tps380x.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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");

Thank you, applied to reset/next.

regards
Philipp

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-28 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-28 11:05 [PATCH][next] reset: tps380x: Fix spelling mistake "Voltags" -> "Voltage" Colin Ian King
2022-07-28 12:10 ` Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).