Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Bhupesh Sharma and committed by
Bjorn Andersson
fb0c4f9d 2fb605a1

+12 -12
+12 -12
drivers/clk/qcom/gcc-sm8150.c
··· 3485 3485 }; 3486 3486 3487 3487 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, 3494 3494 }; 3495 3495 3496 3496 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, 3503 3503 }; 3504 3504 3505 3505 static struct clk_regmap *gcc_sm8150_clocks[] = {