From: Wolfram Sang Date: Mon, 9 Oct 2017 08:37:24 +0000 (+0200) Subject: pinctrl: sh-pfc: r8a7795: Fix trivial typo in comment X-Git-Tag: v4.19~2169^2~19^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ecd54509a2fb89c533eb8984be4f6d24fb0c2e76;p=platform%2Fkernel%2Flinux-rpi.git pinctrl: sh-pfc: r8a7795: Fix trivial typo in comment Signed-off-by: Wolfram Sang Signed-off-by: Geert Uytterhoeven --- diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7795.c b/drivers/pinctrl/sh-pfc/pfc-r8a7795.c index 1b556a8..e9ee664 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))