power: supply: max1721x: fix spelling mistake "RSenese" -> "RSense"
authorColin Ian King <colin.king@canonical.com>
Sat, 26 May 2018 13:56:06 +0000 (14:56 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.co.uk>
Thu, 28 Jun 2018 12:24:13 +0000 (14:24 +0200)
Trivial fix to spelling mistake in dev_warn message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
drivers/power/supply/max1721x_battery.c

index 9ee601a..9ca895b 100644 (file)
@@ -372,7 +372,7 @@ static int devm_w1_max1721x_add_device(struct w1_slave *sl)
        }
 
        if (!info->rsense) {
-               dev_warn(info->w1_dev, "RSenese not calibrated, set 10 mOhms!\n");
+               dev_warn(info->w1_dev, "RSense not calibrated, set 10 mOhms!\n");
                info->rsense = 1000; /* in regs in 10^-5 */
        }
        dev_info(info->w1_dev, "RSense: %d mOhms.\n", info->rsense / 100);