Skip to content

Commit 2a6e471

Browse files
sremmind
authored andcommitted
clk: rockchip: rk3588: fix indent
pclk_mailbox2 is the only RK3588 clock indented with one tab instead of two tabs. Let's fix this. Signed-off-by: Sebastian Reichel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 326be62 commit 2a6e471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/rockchip/clk-rk3588.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ static struct rockchip_clk_branch rk3588_clk_branches[] __initdata = {
10041004
GATE(PCLK_MAILBOX1, "pclk_mailbox1", "pclk_top_root", 0,
10051005
RK3588_CLKGATE_CON(16), 12, GFLAGS),
10061006
GATE(PCLK_MAILBOX2, "pclk_mailbox2", "pclk_top_root", 0,
1007-
RK3588_CLKGATE_CON(16), 13, GFLAGS),
1007+
RK3588_CLKGATE_CON(16), 13, GFLAGS),
10081008
GATE(PCLK_PMU2, "pclk_pmu2", "pclk_top_root", CLK_IS_CRITICAL,
10091009
RK3588_CLKGATE_CON(19), 3, GFLAGS),
10101010
GATE(PCLK_PMUCM0_INTMUX, "pclk_pmucm0_intmux", "pclk_top_root", CLK_IS_CRITICAL,

0 commit comments

Comments
 (0)