Be consistent with the newlines after structs. This makes diffs a lot easier to parse when comparing with other SoCs/versions. Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> --- drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7795.c b/drivers/pinctrl/sh-pfc/pfc-r8a7795.c index ccfc96c4d28c3d..105b564e39c1b2 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7795.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7795.c @@ -1678,6 +1678,7 @@ static const unsigned int audio_clkout2_b_pins[] = { static const unsigned int audio_clkout2_b_mux[] = { AUDIO_CLKOUT2_B_MARK, }; + static const unsigned int audio_clkout3_a_pins[] = { /* CLKOUT3 */ RCAR_GP_PIN(5, 19), @@ -2967,6 +2968,7 @@ static const unsigned int msiof3_rxd_d_pins[] = { static const unsigned int msiof3_rxd_d_mux[] = { MSIOF3_RXD_D_MARK, }; + static const unsigned int msiof3_clk_e_pins[] = { /* SCK */ RCAR_GP_PIN(2, 3), -- 2.11.0