diff options
author | Marijn Suijten <[email protected]> | 2022-06-30 00:53:24 +0200 |
---|---|---|
committer | Rob Clark <[email protected]> | 2022-09-18 09:38:04 -0700 |
commit | dcfde8f6b16535124f48f3ee60cb9714401d7c5b (patch) | |
tree | a7b7cc222772125441fa6b8ec333f710ecb953c0 /scripts/gdb/linux/mm.py | |
parent | aa0bff10af1c4b92e6b56e3e1b7f81c660d3ba78 (diff) |
drm/msm/dsi/phy: Reindent and reflow multiline function calls
The commit 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 commit e55b3fbbbbc8 ("drm/msm/dsi: drop PLL accessor
functions") moved from pll_write to dsi_phy_write without updating the
indentation of followup arguments either.
Preparing for a series that heavily touches the clk calls, reflow and
reindent function calls that are adhering to an 80-char column limit by
spanning multiple lines. Where function names are very long the
arguments are indented with a fixed number of two tab characters instead
of aligning with the opening parenthesis of the function call.
Signed-off-by: Marijn Suijten <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Patchwork: https://patchwork.freedesktop.org/patch/491931/
Link: https://lore.kernel.org/r/[email protected]
[DB: adjusted commit message to make checkpatch happy]
Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/mm.py')
0 files changed, 0 insertions, 0 deletions