Skip to content

Commit 52227b6

Browse files
committed
pinctrl: renesas: r8a779g0: Remove unneeded separators
Usually there are no separators between alternate functions. Remove them to increase uniformity. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/2375711d5edd03a209b4ed996f136e1f3c649773.1718378859.git.geert+renesas@glider.be
1 parent 6d8fc3e commit 52227b6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

drivers/pinctrl/renesas/pfc-r8a779g0.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2099,7 +2099,7 @@ static const unsigned int pwm0_mux[] = {
20992099
PWM0_MARK,
21002100
};
21012101

2102-
/* - PWM1_A ------------------------------------------------------------------- */
2102+
/* - PWM1 ------------------------------------------------------------------- */
21032103
static const unsigned int pwm1_a_pins[] = {
21042104
/* PWM1_A */
21052105
RCAR_GP_PIN(3, 13),
@@ -2108,7 +2108,6 @@ static const unsigned int pwm1_a_mux[] = {
21082108
PWM1_A_MARK,
21092109
};
21102110

2111-
/* - PWM1_B ------------------------------------------------------------------- */
21122111
static const unsigned int pwm1_b_pins[] = {
21132112
/* PWM1_B */
21142113
RCAR_GP_PIN(2, 13),
@@ -2126,7 +2125,7 @@ static const unsigned int pwm2_mux[] = {
21262125
PWM2_MARK,
21272126
};
21282127

2129-
/* - PWM3_A ------------------------------------------------------------------- */
2128+
/* - PWM3 ------------------------------------------------------------------- */
21302129
static const unsigned int pwm3_a_pins[] = {
21312130
/* PWM3_A */
21322131
RCAR_GP_PIN(1, 22),
@@ -2135,7 +2134,6 @@ static const unsigned int pwm3_a_mux[] = {
21352134
PWM3_A_MARK,
21362135
};
21372136

2138-
/* - PWM3_B ------------------------------------------------------------------- */
21392137
static const unsigned int pwm3_b_pins[] = {
21402138
/* PWM3_B */
21412139
RCAR_GP_PIN(2, 15),

0 commit comments

Comments
 (0)