iio: adc: aspeed: Fix spelling mistake "battey" -> "battery"
authorColin Ian King <colin.king@canonical.com>
Fri, 1 Oct 2021 12:00:18 +0000 (13:00 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 19 Oct 2021 07:27:35 +0000 (08:27 +0100)
There is a spelling mistake in a dev_warn message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20211001120018.17570-1-colin.king@canonical.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/aspeed_adc.c

index 9e2c85c..c2705f6 100644 (file)
@@ -580,7 +580,7 @@ static int aspeed_adc_probe(struct platform_device *pdev)
                        }
                } else
                        dev_warn(&pdev->dev,
-                                "Failed to enable battey-sensing mode\n");
+                                "Failed to enable battery-sensing mode\n");
        }
 
        ret = clk_prepare_enable(data->clk_scaler->clk);