diff mbox series

[1/2] pinctrl: sh-pfc: r8a7795: fix trivial typo in comment

Message ID 20171009083516.6220-1-wsa+renesas@sang-engineering.com
State New
Headers show
Series [1/2] pinctrl: sh-pfc: r8a7795: fix trivial typo in comment | expand

Commit Message

Wolfram Sang Oct. 9, 2017, 8:35 a.m. UTC
From: Wolfram Sang <wsa@the-dreams.de>

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---
 drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Wolfram Sang Oct. 9, 2017, 8:38 a.m. UTC | #1
On Mon, Oct 09, 2017 at 10:35:15AM +0200, Wolfram Sang wrote:
> From: Wolfram Sang <wsa@the-dreams.de>

Oops, wrong email. Please use V2 and sorry for the noise!
diff mbox series

Patch

diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7795.c b/drivers/pinctrl/sh-pfc/pfc-r8a7795.c
index 8fc5d659e2dc01..8ca59b35595068 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))