2021-08-26 12:36:42

by Colin King

[permalink] [raw]
Subject: [PATCH] pinctrl: 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/pinctrl/pinctrl-st.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/pinctrl-st.c b/drivers/pinctrl/pinctrl-st.c
index fa3edb4b898a..1482a01dfec7 100644
--- a/drivers/pinctrl/pinctrl-st.c
+++ b/drivers/pinctrl/pinctrl-st.c
@@ -1588,7 +1588,7 @@ static int st_pctl_probe_dt(struct platform_device *pdev,

st_pctl_dt_child_count(info, np);
if (!info->nbanks) {
- dev_err(&pdev->dev, "you need atleast one gpio bank\n");
+ dev_err(&pdev->dev, "you need at least one gpio bank\n");
return -EINVAL;
}

--
2.32.0


2021-09-17 07:20:15

by Linus Walleij

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

On Thu, Aug 26, 2021 at 2:35 PM Colin King <[email protected]> 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]>

Patch applied.

Yours,
Linus Walleij