diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-10-13 16:27:27 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2018-10-21 21:32:44 +0200 |
commit | 415d602b226b3ed7b24edd8f0c2bfc111684d2b1 (patch) | |
tree | 403d4556c5553c66f4c8120c444deb7cfa973398 /drivers/power/supply/ds2780_battery.c | |
parent | a4ac1f5ced58b0782252d5a8b2dfe28a1d7a5e19 (diff) |
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>
Diffstat (limited to 'drivers/power/supply/ds2780_battery.c')
-rw-r--r-- | drivers/power/supply/ds2780_battery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/supply/ds2780_battery.c b/drivers/power/supply/ds2780_battery.c index 370e9109342b..cad14ba1b648 100644 --- a/drivers/power/supply/ds2780_battery.c +++ b/drivers/power/supply/ds2780_battery.c @@ -829,5 +829,5 @@ module_platform_driver(ds2780_battery_driver); MODULE_LICENSE("GPL"); MODULE_AUTHOR("Clifton Barnes <cabarnes@indesign-llc.com>"); -MODULE_DESCRIPTION("Maxim/Dallas DS2780 Stand-Alone Fuel Gauage IC driver"); +MODULE_DESCRIPTION("Maxim/Dallas DS2780 Stand-Alone Fuel Gauge IC driver"); MODULE_ALIAS("platform:ds2780-battery"); |