summary refs log tree commit diff
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2017-10-09 10:37:24 +0200
committerGeert Uytterhoeven <geert+renesas@glider.be>2017-10-11 11:34:01 +0200
commitecd54509a2fb89c533eb8984be4f6d24fb0c2e76 (patch)
tree4b52b78653c5dbf9623bf21e29d899a214890ed3
parent7a362e3488cbfa921fbca1fa62e1670283c84d19 (diff)
downloadlinux-ecd54509a2fb89c533eb8984be4f6d24fb0c2e76.tar.gz
pinctrl: sh-pfc: r8a7795: Fix trivial typo in comment
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
-rw-r--r--drivers/pinctrl/sh-pfc/pfc-r8a7795.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7795.c b/drivers/pinctrl/sh-pfc/pfc-r8a7795.c
index 1b556a8dcd5e..e9ee6642a53c 100644
--- a/drivers/pinctrl/sh-pfc/pfc-r8a7795.c
+++ b/drivers/pinctrl/sh-pfc/pfc-r8a7795.c
@@ -1508,7 +1508,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))