Skip to content

Commit 415d602

Browse files
Colin Ian Kingsre
authored andcommitted
power: supply: fix spelling mistake "Gauage" -> "Gauge"
Trivial fix to spelling mistake in MODULE_DESCRIPTION text Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
1 parent a4ac1f5 commit 415d602

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

drivers/power/supply/ds2780_battery.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,5 +829,5 @@ module_platform_driver(ds2780_battery_driver);
829829

830830
MODULE_LICENSE("GPL");
831831
MODULE_AUTHOR("Clifton Barnes <cabarnes@indesign-llc.com>");
832-
MODULE_DESCRIPTION("Maxim/Dallas DS2780 Stand-Alone Fuel Gauage IC driver");
832+
MODULE_DESCRIPTION("Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC driver");
833833
MODULE_ALIAS("platform:ds2780-battery");

drivers/power/supply/ds2781_battery.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,6 @@ module_platform_driver(ds2781_battery_driver);
829829

830830
MODULE_LICENSE("GPL");
831831
MODULE_AUTHOR("Renata Sayakhova <renata@oktetlabs.ru>");
832-
MODULE_DESCRIPTION("Maxim/Dallas DS2781 Stand-Alone Fuel Gauage IC driver");
832+
MODULE_DESCRIPTION("Maxim/Dallas DS2781 Stand-Alone Fuel Gauge IC driver");
833833
MODULE_ALIAS("platform:ds2781-battery");
834834

drivers/power/supply/ds2782_battery.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,5 +471,5 @@ static struct i2c_driver ds278x_battery_driver = {
471471
module_i2c_driver(ds278x_battery_driver);
472472

473473
MODULE_AUTHOR("Ryan Mallon");
474-
MODULE_DESCRIPTION("Maxim/Dallas DS2782 Stand-Alone Fuel Gauage IC driver");
474+
MODULE_DESCRIPTION("Maxim/Dallas DS2782 Stand-Alone Fuel Gauge IC driver");
475475
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)