2021-08-26 12:38:55

by Colin King

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

From: Colin Ian King <[email protected]>

There are spelling mistakes dev_err messages. Fix them.

Signed-off-by: Colin Ian King <[email protected]>
---
drivers/remoteproc/ti_k3_dsp_remoteproc.c | 2 +-
drivers/remoteproc/ti_k3_r5_remoteproc.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/remoteproc/ti_k3_dsp_remoteproc.c b/drivers/remoteproc/ti_k3_dsp_remoteproc.c
index fd4eb67a6681..c352fa277c8d 100644
--- a/drivers/remoteproc/ti_k3_dsp_remoteproc.c
+++ b/drivers/remoteproc/ti_k3_dsp_remoteproc.c
@@ -481,7 +481,7 @@ static int k3_dsp_reserved_mem_init(struct k3_dsp_rproc *kproc)
return -EINVAL;
}
if (num_rmems < 2) {
- dev_err(dev, "device needs atleast two memory regions to be defined, num = %d\n",
+ dev_err(dev, "device needs at least two memory regions to be defined, num = %d\n",
num_rmems);
return -EINVAL;
}
diff --git a/drivers/remoteproc/ti_k3_r5_remoteproc.c b/drivers/remoteproc/ti_k3_r5_remoteproc.c
index 71615210df3e..6499302d00c3 100644
--- a/drivers/remoteproc/ti_k3_r5_remoteproc.c
+++ b/drivers/remoteproc/ti_k3_r5_remoteproc.c
@@ -876,7 +876,7 @@ static int k3_r5_reserved_mem_init(struct k3_r5_rproc *kproc)
return -EINVAL;
}
if (num_rmems < 2) {
- dev_err(dev, "device needs atleast two memory regions to be defined, num = %d\n",
+ dev_err(dev, "device needs at least two memory regions to be defined, num = %d\n",
num_rmems);
return -EINVAL;
}
--
2.32.0


2021-10-17 13:54:28

by Bjorn Andersson

[permalink] [raw]
Subject: Re: (subset) [PATCH] remoteproc: Fix spelling mistake "atleast" -> "at least"

On Thu, 26 Aug 2021 13:37:35 +0100, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> There are spelling mistakes dev_err messages. Fix them.
>
>

Applied, thanks!

[1/1] remoteproc: Fix spelling mistake "atleast" -> "at least"
commit: d6a33c5bdc84cc37d38e74afe0449c1192eea920

Best regards,
--
Bjorn Andersson <[email protected]>