Skip to content

Commit fb0c4f9

Browse files
bhupesh-sharmaandersson
authored andcommitted
clk: qcom: gcc: sm8150: Fix some identation issues
Fix identation issues with usb30 gdsc structs in gcc-sm8150. Cc: Stephen Boyd <sboyd@kernel.org> Cc: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220303084824.284946-3-bhupesh.sharma@linaro.org
1 parent 2fb605a commit fb0c4f9

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

drivers/clk/qcom/gcc-sm8150.c

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3485,21 +3485,21 @@ static struct gdsc ufs_phy_gdsc = {
34853485
};
34863486

34873487
static struct gdsc usb30_prim_gdsc = {
3488-
.gdscr = 0xf004,
3489-
.pd = {
3490-
.name = "usb30_prim_gdsc",
3491-
},
3492-
.pwrsts = PWRSTS_OFF_ON,
3493-
.flags = POLL_CFG_GDSCR,
3488+
.gdscr = 0xf004,
3489+
.pd = {
3490+
.name = "usb30_prim_gdsc",
3491+
},
3492+
.pwrsts = PWRSTS_OFF_ON,
3493+
.flags = POLL_CFG_GDSCR,
34943494
};
34953495

34963496
static struct gdsc usb30_sec_gdsc = {
3497-
.gdscr = 0x10004,
3498-
.pd = {
3499-
.name = "usb30_sec_gdsc",
3500-
},
3501-
.pwrsts = PWRSTS_OFF_ON,
3502-
.flags = POLL_CFG_GDSCR,
3497+
.gdscr = 0x10004,
3498+
.pd = {
3499+
.name = "usb30_sec_gdsc",
3500+
},
3501+
.pwrsts = PWRSTS_OFF_ON,
3502+
.flags = POLL_CFG_GDSCR,
35033503
};
35043504

35053505
static struct clk_regmap *gcc_sm8150_clocks[] = {

0 commit comments

Comments
 (0)