Skip to content

Commit 2487dc8

Browse files
prabhakarladgeertu
authored andcommitted
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>
1 parent 02cd2d3 commit 2487dc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pinctrl/renesas/pinctrl-rzg2l.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2514,7 +2514,7 @@ static void rzg2l_pinctrl_pm_setup_dedicated_regs(struct rzg2l_pinctrl *pctrl, b
25142514
}
25152515
}
25162516

2517-
static void rzg2l_pinctrl_pm_setup_pfc(struct rzg2l_pinctrl *pctrl)
2517+
static void rzg2l_pinctrl_pm_setup_pfc(struct rzg2l_pinctrl *pctrl)
25182518
{
25192519
u32 nports = pctrl->data->n_port_pins / RZG2L_PINS_PER_PORT;
25202520
const struct rzg2l_hwcfg *hwcfg = pctrl->data->hwcfg;

0 commit comments

Comments
 (0)