summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/renesas/gpio.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2020-11-17 22:03:26 +0100
committerLinus Walleij <linus.walleij@linaro.org>2020-11-17 22:03:26 +0100
commit3d590056b056ee93de03d951a8077a94be1e14d4 (patch)
tree2ee7aac2ee26a3e0481cfb6d510d5e18be9ef065 /drivers/pinctrl/renesas/gpio.c
parent3603a537bf791d4047b89fd0fc060f723eded458 (diff)
parentd4aac7d439c2d9307cb5137fc285464a36978107 (diff)
downloadlinux-3d590056b056ee93de03d951a8077a94be1e14d4.tar.gz
linux-3d590056b056ee93de03d951a8077a94be1e14d4.tar.bz2
linux-3d590056b056ee93de03d951a8077a94be1e14d4.zip
Merge tag 'renesas-pinctrl-for-v5.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into devel
pinctrl: renesas: Updates for v5.11 - Add remaining video-in (VIN) pin groups on R-Car H2 and RZ/G1H, - Image size optimizations and code consolidations, - Minor fixes and improvements.
Diffstat (limited to 'drivers/pinctrl/renesas/gpio.c')
-rw-r--r--drivers/pinctrl/renesas/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/renesas/gpio.c b/drivers/pinctrl/renesas/gpio.c
index 9c6e931ae766..ad06f5355d1e 100644
--- a/drivers/pinctrl/renesas/gpio.c
+++ b/drivers/pinctrl/renesas/gpio.c
@@ -328,7 +328,7 @@ int sh_pfc_register_gpiochip(struct sh_pfc *pfc)
if (pfc->info->data_regs == NULL)
return 0;
- /* Find the memory window that contain the GPIO registers. Boards that
+ /* Find the memory window that contains the GPIO registers. Boards that
* register a separate GPIO device will not supply a memory resource
* that covers the data registers. In that case don't try to handle
* GPIOs.