All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: ti_am335x_tscadc: Fix spelling mistake "atleast" -> "at least"
@ 2021-08-26 12:32 Colin King
  2021-09-22 13:17 ` Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2021-08-26 12:32 UTC (permalink / raw)
  To: Lee Jones; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mfd: ti_am335x_tscadc: Fix spelling mistake "atleast" -> "at least"
  2021-08-26 12:32 [PATCH] mfd: ti_am335x_tscadc: Fix spelling mistake "atleast" -> "at least" Colin King
@ 2021-09-22 13:17 ` Lee Jones
  0 siblings, 0 replies; 2+ messages in thread
From: Lee Jones @ 2021-09-22 13:17 UTC (permalink / raw)
  To: Colin King; +Cc: kernel-janitors, linux-kernel

On Thu, 26 Aug 2021, Colin King wrote:

> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a dev_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-22 13:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-26 12:32 [PATCH] mfd: ti_am335x_tscadc: Fix spelling mistake "atleast" -> "at least" Colin King
2021-09-22 13:17 ` Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.