align CLK_SPI0 and CLK_USB_PHY0 with tabs Signed-off-by: Andreas Rehn <rehn.andrea...@gmail.com> --- drivers/clk/sunxi/clk_v3s.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/clk/sunxi/clk_v3s.c b/drivers/clk/sunxi/clk_v3s.c index 55fc597043..9c2717bfab 100644 --- a/drivers/clk/sunxi/clk_v3s.c +++ b/drivers/clk/sunxi/clk_v3s.c @@ -27,9 +27,9 @@ static struct ccu_clk_gate v3s_gates[] = { [CLK_BUS_EPHY] = GATE(0x070, BIT(0)), - [CLK_SPI0] = GATE(0x0a0, BIT(31)), + [CLK_SPI0] = GATE(0x0a0, BIT(31)), - [CLK_USB_PHY0] = GATE(0x0cc, BIT(8)), + [CLK_USB_PHY0] = GATE(0x0cc, BIT(8)), }; static struct ccu_reset v3s_resets[] = { -- 2.25.1