diff options
author | Geert Uytterhoeven | 2020-05-07 09:45:16 +0200 |
---|---|---|
committer | Geert Uytterhoeven | 2020-05-15 10:47:06 +0200 |
commit | 7227797a4e66a1b70a3745ad56d36937732c625c (patch) | |
tree | a396f70312eb9c0f1b01e10ded251d5af042ab25 | |
parent | 4ecc7ff82ecfdf44997ed2a1016945fc8f6fca3e (diff) |
pinctrl: rza1: Fix flag name in comment
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>
Link: https://lore.kernel.org/r/20200507074516.29903-1-geert+renesas@glider.be
-rw-r--r-- | drivers/pinctrl/pinctrl-rza1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/pinctrl-rza1.c b/drivers/pinctrl/pinctrl-rza1.c index ff4a7fb518bb..38a14bbced5f 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; |