2021-08-26 12:34:52

by Colin King

[permalink] [raw]
Subject: [PATCH] mfd: ti_am335x_tscadc: Fix spelling mistake "atleast" -> "at least"

From: Colin Ian King <[email protected]>

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
---
drivers/mfd/ti_am335x_tscadc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/ti_am335x_tscadc.c b/drivers/mfd/ti_am335x_tscadc.c
index 55adc379f94b..825bd5884a18 100644
--- a/drivers/mfd/ti_am335x_tscadc.c
+++ b/drivers/mfd/ti_am335x_tscadc.c
@@ -158,7 +158,7 @@ static int ti_tscadc_probe(struct platform_device *pdev)
return -EINVAL;
}
if (total_channels == 0) {
- dev_err(&pdev->dev, "Need atleast one channel.\n");
+ dev_err(&pdev->dev, "Need at least one channel.\n");
return -EINVAL;
}

--
2.32.0


2021-09-22 13:20:20

by Lee Jones

[permalink] [raw]
Subject: Re: [PATCH] mfd: ti_am335x_tscadc: Fix spelling mistake "atleast" -> "at least"

On Thu, 26 Aug 2021, Colin King wrote:

> From: Colin Ian King <[email protected]>
>
> There is a spelling mistake in a dev_err message. Fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>
> ---
> drivers/mfd/ti_am335x_tscadc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog