On 2023-02-01 12:16:05, Marijn Suijten wrote: <snip> > > + if (dpu_kms->catalog->dspp && > > + crtc_state->ctm && (dpu_kms->catalog->dspp_count >= topology.num_lm)) > > Multiline-if-clause is typically indented with two tabs, not a half tab > (4 spaces). Hmm, Dmitry requested indent-to-opening-parenthesis in v1 instead; and the majority of dpu1 uses the worst version of all: indent with a single tab so that the contents line up with the code block below. Dmitry, I'll leave final say to you (and fix it up in my own DPU series accordingly too). - Marijn