Commit 0fc3c826 authored by Colin Ian King's avatar Colin Ian King Committed by Jonathan Cameron

iio: adc: aspeed: Fix spelling mistake "battey" -> "battery"

There is a spelling mistake in a dev_warn message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20211001120018.17570-1-colin.king@canonical.comSigned-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 3cc2fd27
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment