linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] power: supply: max1721x: Fix spelling mistake "Gauage" -> "Gauge"
@ 2022-09-28 21:19 Colin Ian King
  2022-10-01 20:15 ` Sebastian Reichel
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-09-28 21:19 UTC (permalink / raw)
  To: Sebastian Reichel, linux-pm; +Cc: kernel-janitors, linux-kernel

There is a spelling mistake in the module description. Fix it.

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

diff --git a/drivers/power/supply/max1721x_battery.c b/drivers/power/supply/max1721x_battery.c
index 473e53cd2801..d8d52e09da7b 100644
--- a/drivers/power/supply/max1721x_battery.c
+++ b/drivers/power/supply/max1721x_battery.c
@@ -444,5 +444,5 @@ module_w1_family(w1_max1721x_family);
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Alex A. Mihaylov <minimumlaw@rambler.ru>");
-MODULE_DESCRIPTION("Maxim MAX17211/MAX17215 Fuel Gauage IC driver");
+MODULE_DESCRIPTION("Maxim MAX17211/MAX17215 Fuel Gauge IC driver");
 MODULE_ALIAS("w1-family-" __stringify(W1_MAX1721X_FAMILY_ID));
-- 
2.37.1


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

* Re: [PATCH] power: supply: max1721x: Fix spelling mistake "Gauage" -> "Gauge"
  2022-09-28 21:19 [PATCH] power: supply: max1721x: Fix spelling mistake "Gauage" -> "Gauge" Colin Ian King
@ 2022-10-01 20:15 ` Sebastian Reichel
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Reichel @ 2022-10-01 20:15 UTC (permalink / raw)
  To: Colin Ian King; +Cc: linux-pm, kernel-janitors, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 954 bytes --]

Hi,

On Wed, Sep 28, 2022 at 10:19:26PM +0100, Colin Ian King wrote:
> There is a spelling mistake in the module description. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>  drivers/power/supply/max1721x_battery.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/power/supply/max1721x_battery.c b/drivers/power/supply/max1721x_battery.c
> index 473e53cd2801..d8d52e09da7b 100644
> --- a/drivers/power/supply/max1721x_battery.c
> +++ b/drivers/power/supply/max1721x_battery.c
> @@ -444,5 +444,5 @@ module_w1_family(w1_max1721x_family);
>  
>  MODULE_LICENSE("GPL");
>  MODULE_AUTHOR("Alex A. Mihaylov <minimumlaw@rambler.ru>");
> -MODULE_DESCRIPTION("Maxim MAX17211/MAX17215 Fuel Gauage IC driver");
> +MODULE_DESCRIPTION("Maxim MAX17211/MAX17215 Fuel Gauge IC driver");
>  MODULE_ALIAS("w1-family-" __stringify(W1_MAX1721X_FAMILY_ID));

Thanks, queued.

-- Sebastian

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2022-10-01 20:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-28 21:19 [PATCH] power: supply: max1721x: Fix spelling mistake "Gauage" -> "Gauge" Colin Ian King
2022-10-01 20:15 ` Sebastian Reichel

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).