From: Colin Ian King Date: Wed, 28 Sep 2022 21:19:26 +0000 (+0100) Subject: power: supply: max1721x: Fix spelling mistake "Gauage" -> "Gauge" X-Git-Tag: v6.1-rc1~125^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8bc800062221adb40eb24c4b4fd5c572a637114c;p=thirdparty%2Fkernel%2Flinux.git power: supply: max1721x: Fix spelling mistake "Gauage" -> "Gauge" There is a spelling mistake in the module description. Fix it. Signed-off-by: Colin Ian King Signed-off-by: Sebastian Reichel --- diff --git a/drivers/power/supply/max1721x_battery.c b/drivers/power/supply/max1721x_battery.c index 473e53cd28010..d8d52e09da7be 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 "); -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));