diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-10-13 17:27:27 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2018-10-21 21:32:44 +0200 |
commit | 415d602b226b3ed7b24edd8f0c2bfc111684d2b1 (patch) | |
tree | 403d4556c5553c66f4c8120c444deb7cfa973398 /drivers/power/supply/ds2782_battery.c | |
parent | power: reset: qcom-pon: Add pms405 pon support (diff) | |
download | linux-415d602b226b3ed7b24edd8f0c2bfc111684d2b1.tar.xz linux-415d602b226b3ed7b24edd8f0c2bfc111684d2b1.zip |
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/ds2782_battery.c')
-rw-r--r-- | drivers/power/supply/ds2782_battery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/supply/ds2782_battery.c b/drivers/power/supply/ds2782_battery.c index a1b7e0592245..019c58493e3d 100644 --- a/drivers/power/supply/ds2782_battery.c +++ b/drivers/power/supply/ds2782_battery.c @@ -471,5 +471,5 @@ static struct i2c_driver ds278x_battery_driver = { module_i2c_driver(ds278x_battery_driver); MODULE_AUTHOR("Ryan Mallon"); -MODULE_DESCRIPTION("Maxim/Dallas DS2782 Stand-Alone Fuel Gauage IC driver"); +MODULE_DESCRIPTION("Maxim/Dallas DS2782 Stand-Alone Fuel Gauge IC driver"); MODULE_LICENSE("GPL"); |