diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2017-10-09 10:37:24 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-10-11 11:34:02 +0200 |
commit | bf3278feae63d3b8aaeaafa6c9e7c8b2fb236aae (patch) | |
tree | d4eec56ece250f9c361ce1a7fa80d057ae681697 /drivers/pinctrl | |
parent | ecd54509a2fb89c533eb8984be4f6d24fb0c2e76 (diff) | |
download | talos-op-linux-bf3278feae63d3b8aaeaafa6c9e7c8b2fb236aae.tar.gz talos-op-linux-bf3278feae63d3b8aaeaafa6c9e7c8b2fb236aae.zip |
pinctrl: sh-pfc: r8a7795-es1: Fix trivial typo in comment
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r-- | drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c b/drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c index 20f34e675c60..0adca6a2b08b 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c @@ -1443,7 +1443,7 @@ static const u16 pinmux_data[] = { }; /* - * R8A7795 has 8 banks with 32 PGIOS in each => 256 GPIOs. + * R8A7795 has 8 banks with 32 GPIOs in each => 256 GPIOs. * Physical layout rows: A - AW, cols: 1 - 39. */ #define ROW_GROUP_A(r) ('Z' - 'A' + 1 + (r)) |