2022-06-18 13:11:56

by Xiang wangx

[permalink] [raw]
Subject: [PATCH] pinctrl: aspeed: Fix typo in comment

Delete the redundant word 'and'.

Signed-off-by: Xiang wangx <[email protected]>
---
drivers/pinctrl/aspeed/pinmux-aspeed.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/aspeed/pinmux-aspeed.h b/drivers/pinctrl/aspeed/pinmux-aspeed.h
index 4d7548686f39..aaa78a613196 100644
--- a/drivers/pinctrl/aspeed/pinmux-aspeed.h
+++ b/drivers/pinctrl/aspeed/pinmux-aspeed.h
@@ -632,7 +632,7 @@ struct aspeed_pin_desc {
SIG_EXPR_LIST_ALIAS(pin, sig, group)

/**
- * Similar to the above, but for pins with a dual expressions (DE) and
+ * Similar to the above, but for pins with a dual expressions (DE)
* and a single group (SG) of pins.
*
* @pin: The pin the signal will be routed to
--
2.36.1


2022-06-20 09:20:48

by Paul Menzel

[permalink] [raw]
Subject: Re: [PATCH] pinctrl: aspeed: Fix typo in comment

Dear Xiang,


Am 18.06.22 um 15:08 schrieb Xiang wangx:
> Delete the redundant word 'and'.
>
> Signed-off-by: Xiang wangx <[email protected]>

Should this be Xiang Wang?

> ---
> drivers/pinctrl/aspeed/pinmux-aspeed.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pinctrl/aspeed/pinmux-aspeed.h b/drivers/pinctrl/aspeed/pinmux-aspeed.h
> index 4d7548686f39..aaa78a613196 100644
> --- a/drivers/pinctrl/aspeed/pinmux-aspeed.h
> +++ b/drivers/pinctrl/aspeed/pinmux-aspeed.h
> @@ -632,7 +632,7 @@ struct aspeed_pin_desc {
> SIG_EXPR_LIST_ALIAS(pin, sig, group)
>
> /**
> - * Similar to the above, but for pins with a dual expressions (DE) and
> + * Similar to the above, but for pins with a dual expressions (DE)
> * and a single group (SG) of pins.
> *
> * @pin: The pin the signal will be routed to

Reviewed-by: Paul Menzel <[email protected]>


Kind regards

Paul

2022-06-28 13:05:49

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH] pinctrl: aspeed: Fix typo in comment

On Sat, Jun 18, 2022 at 3:09 PM Xiang wangx <[email protected]> wrote:

> Delete the redundant word 'and'.
>
> Signed-off-by: Xiang wangx <[email protected]>

Patch applied.

Yours,
Linus Walleij