diff mbox series

pinctrl: rza1: Fix flag name in comment

Message ID 20200507074516.29903-1-geert+renesas@glider.be (mailing list archive)
State Mainlined
Commit 7227797a4e66a1b70a3745ad56d36937732c625c
Delegated to: Geert Uytterhoeven
Headers show
Series pinctrl: rza1: Fix flag name in comment | expand

Commit Message

Geert Uytterhoeven May 7, 2020, 7:45 a.m. UTC
rza1_swio_pin relates to the swio flag instead of the bidir flag.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To be queued in sh-pfc for v5.8.

 drivers/pinctrl/pinctrl-rza1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jacopo Mondi May 7, 2020, 11:42 a.m. UTC | #1
Hi Geert

On Thu, May 07, 2020 at 09:45:16AM +0200, Geert Uytterhoeven wrote:
> rza1_swio_pin relates to the swio flag instead of the bidir flag.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Jacopo Mondi <jacopo+renesas@jmondi.org>

Thanks
   j

> ---
> To be queued in sh-pfc for v5.8.
>
>  drivers/pinctrl/pinctrl-rza1.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pinctrl/pinctrl-rza1.c b/drivers/pinctrl/pinctrl-rza1.c
> index ff4a7fb518bb3d84..38a14bbced5f60e7 100644
> --- a/drivers/pinctrl/pinctrl-rza1.c
> +++ b/drivers/pinctrl/pinctrl-rza1.c
> @@ -93,7 +93,7 @@ struct rza1_bidir_entry {
>  };
>
>  /**
> - * rza1_swio_pin - describe a single pin that needs bidir flag applied.
> + * rza1_swio_pin - describe a single pin that needs swio flag applied.
>   */
>  struct rza1_swio_pin {
>  	u16 pin: 4;
> --
> 2.17.1
>
diff mbox series

Patch

diff --git a/drivers/pinctrl/pinctrl-rza1.c b/drivers/pinctrl/pinctrl-rza1.c
index ff4a7fb518bb3d84..38a14bbced5f60e7 100644
--- a/drivers/pinctrl/pinctrl-rza1.c
+++ b/drivers/pinctrl/pinctrl-rza1.c
@@ -93,7 +93,7 @@  struct rza1_bidir_entry {
 };
 
 /**
- * rza1_swio_pin - describe a single pin that needs bidir flag applied.
+ * rza1_swio_pin - describe a single pin that needs swio flag applied.
  */
 struct rza1_swio_pin {
 	u16 pin: 4;