2022-04-12 11:56:51

by Jaehee Park

[permalink] [raw]
Subject: [PATCH 1/2] staging: greybus: correct typo in comment 'Atleast' to 'At least'

Correct spelling typo.

Signed-off-by: Jaehee Park <[email protected]>
---
drivers/staging/greybus/arche-apb-ctrl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c
index bbf3ba744fc4..45afa208d004 100644
--- a/drivers/staging/greybus/arche-apb-ctrl.c
+++ b/drivers/staging/greybus/arche-apb-ctrl.c
@@ -445,7 +445,7 @@ static int __maybe_unused arche_apb_ctrl_suspend(struct device *dev)
static int __maybe_unused arche_apb_ctrl_resume(struct device *dev)
{
/*
- * Atleast for ES2 we have to meet the delay requirement between
+ * At least for ES2 we have to meet the delay requirement between
* unipro switch and AP bridge init, depending on whether bridge is in
* OFF state or standby state.
*
--
2.25.1


2022-04-12 21:14:35

by Julia Lawall

[permalink] [raw]
Subject: Re: [PATCH 1/2] staging: greybus: correct typo in comment 'Atleast' to 'At least'



On Mon, 11 Apr 2022, Jaehee Park wrote:

> Correct spelling typo.

You could make the subject line more concise and the log message more
informative.

julia

>
> Signed-off-by: Jaehee Park <[email protected]>
> ---
> drivers/staging/greybus/arche-apb-ctrl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c
> index bbf3ba744fc4..45afa208d004 100644
> --- a/drivers/staging/greybus/arche-apb-ctrl.c
> +++ b/drivers/staging/greybus/arche-apb-ctrl.c
> @@ -445,7 +445,7 @@ static int __maybe_unused arche_apb_ctrl_suspend(struct device *dev)
> static int __maybe_unused arche_apb_ctrl_resume(struct device *dev)
> {
> /*
> - * Atleast for ES2 we have to meet the delay requirement between
> + * At least for ES2 we have to meet the delay requirement between
> * unipro switch and AP bridge init, depending on whether bridge is in
> * OFF state or standby state.
> *
> --
> 2.25.1
>
>
>

2022-04-12 23:17:06

by Jaehee Park

[permalink] [raw]
Subject: Re: [PATCH 1/2] staging: greybus: correct typo in comment 'Atleast' to 'At least'

Please ignore this patch. It was an accident. It was supposed to go in a
patset. I'm so sorry about that.
-Jaehee

On Mon, Apr 11, 2022 at 05:25:12PM -0400, Jaehee Park wrote:
> Correct spelling typo.
>
> Signed-off-by: Jaehee Park <[email protected]>
> ---
> drivers/staging/greybus/arche-apb-ctrl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c
> index bbf3ba744fc4..45afa208d004 100644
> --- a/drivers/staging/greybus/arche-apb-ctrl.c
> +++ b/drivers/staging/greybus/arche-apb-ctrl.c
> @@ -445,7 +445,7 @@ static int __maybe_unused arche_apb_ctrl_suspend(struct device *dev)
> static int __maybe_unused arche_apb_ctrl_resume(struct device *dev)
> {
> /*
> - * Atleast for ES2 we have to meet the delay requirement between
> + * At least for ES2 we have to meet the delay requirement between
> * unipro switch and AP bridge init, depending on whether bridge is in
> * OFF state or standby state.
> *
> --
> 2.25.1
>