Re: [PATCH v2 04/11] drm/msm/dsi/phy: Reindent and reflow multiline function calls

2022-06-10 Thread Marijn Suijten
On 2022-06-02 13:14:26, Dmitry Baryshkov wrote: > On Thu, 2 Jun 2022 at 01:07, Marijn Suijten > wrote: > > > > Patch 613cbd1da3c9 ("drm/msm/dsi: use devm_clk_*register to registe DSI > > PHY clocks") introduced the devm_ prefix to clk_hw registration calls, > > without updating the indentation of

Re: [PATCH v2 04/11] drm/msm/dsi/phy: Reindent and reflow multiline function calls

2022-06-02 Thread Dmitry Baryshkov
On Thu, 2 Jun 2022 at 01:07, Marijn Suijten wrote: > > Patch 613cbd1da3c9 ("drm/msm/dsi: use devm_clk_*register to registe DSI > PHY clocks") introduced the devm_ prefix to clk_hw registration calls, > without updating the indentation of the arguments on the following > lines. > > Similarly

[PATCH v2 04/11] drm/msm/dsi/phy: Reindent and reflow multiline function calls

2022-06-01 Thread Marijn Suijten
Patch 613cbd1da3c9 ("drm/msm/dsi: use devm_clk_*register to registe DSI PHY clocks") introduced the devm_ prefix to clk_hw registration calls, without updating the indentation of the arguments on the following lines. Similarly e55b3fc8 ("drm/msm/dsi: drop PLL accessor functions") moved from