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

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.com


Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 3cc2fd27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);