projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cc2fd2
)
iio: adc: aspeed: Fix spelling mistake "battey" -> "battery"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 1 Oct 2021 12:00:18 +0000
(13:00 +0100)
committer
Jonathan 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
patch
|
blob
|
history
diff --git
a/drivers/iio/adc/aspeed_adc.c
b/drivers/iio/adc/aspeed_adc.c
index 9e2c85c3cbe90aaf3301e0c6ea11ec4e3943d5f3..c2705f6124953c2b373857cdfd7cff7f515a9cc8 100644
(file)
--- a/
drivers/iio/adc/aspeed_adc.c
+++ b/
drivers/iio/adc/aspeed_adc.c
@@
-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 batte
r
y-sensing mode\n");
}
ret = clk_prepare_enable(data->clk_scaler->clk);