[PATCH] power: supply: max1721x: Fix spelling mistake "Gauage" -> "Gauge"

Colin Ian King posted 1 patch 1 year, 7 months ago
drivers/power/supply/max1721x_battery.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] power: supply: max1721x: Fix spelling mistake "Gauage" -> "Gauge"
Posted by Colin Ian King 1 year, 7 months ago
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
Re: [PATCH] power: supply: max1721x: Fix spelling mistake "Gauage" -> "Gauge"
Posted by Sebastian Reichel 1 year, 6 months ago
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