aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl
diff options
context:
space:
mode:
authorGravatar Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> 2024-02-26 19:25:30 +0000
committerGravatar Geert Uytterhoeven <geert+renesas@glider.be> 2024-04-23 09:38:33 +0200
commit2487dc87aeeb58a07406f1da0ee36e069c3f42e3 (patch)
tree3dd8f9860aec32ad3a5533e1a188460b099869f4 /drivers/pinctrl
parentpinctrl: renesas: rzg2l: Configure the interrupt type on resume (diff)
downloadlinux-2487dc87aeeb58a07406f1da0ee36e069c3f42e3.tar.gz
linux-2487dc87aeeb58a07406f1da0ee36e069c3f42e3.tar.bz2
linux-2487dc87aeeb58a07406f1da0ee36e069c3f42e3.zip
pinctrl: renesas: rzg2l: Remove extra space in function parameter
Remove unnecessary space in rzg2l_pinctrl_pm_setup_pfc() function parameter. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20240226192530.141945-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r--drivers/pinctrl/renesas/pinctrl-rzg2l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/renesas/pinctrl-rzg2l.c b/drivers/pinctrl/renesas/pinctrl-rzg2l.c
index 20425afc6b33..dbcf009837ef 100644
--- a/drivers/pinctrl/renesas/pinctrl-rzg2l.c
+++ b/drivers/pinctrl/renesas/pinctrl-rzg2l.c
@@ -2514,7 +2514,7 @@ static void rzg2l_pinctrl_pm_setup_dedicated_regs(struct rzg2l_pinctrl *pctrl, b
}
}
-static void rzg2l_pinctrl_pm_setup_pfc(struct rzg2l_pinctrl *pctrl)
+static void rzg2l_pinctrl_pm_setup_pfc(struct rzg2l_pinctrl *pctrl)
{
u32 nports = pctrl->data->n_port_pins / RZG2L_PINS_PER_PORT;
const struct rzg2l_hwcfg *hwcfg = pctrl->data->hwcfg;