Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

pinctrl: renesas: rzg2l: Drop superfluous blank line

No need for a blank line after a "case" statement.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/7bfa105cf72d3b3e72a45d6218b5d88c8a7f520f.1774548955.git.geert+renesas@glider.be

-1
-1
drivers/pinctrl/renesas/pinctrl-rzg2l.c
··· 1475 1475 arg = pinconf_to_config_argument(_configs[i]); 1476 1476 switch (param) { 1477 1477 case PIN_CONFIG_INPUT_ENABLE: 1478 - 1479 1478 if (!(cfg & PIN_CFG_IEN)) 1480 1479 return -EINVAL; 1481 1480