Re: [PATCH 4/8] drm/msm/dpu: rework indentation in dpu_core_perf

2023-07-03 Thread Abhinav Kumar
On 6/19/2023 5:08 PM, Dmitry Baryshkov wrote: dpu_core_perf.c contains several multi-line conditions which are hard to comprehent because of the indentation. Rework the identation of these conditions to make it easier to understand them. Signed-off-by: Dmitry Baryshkov --- I think some of

Re: [PATCH 4/8] drm/msm/dpu: rework indentation in dpu_core_perf

2023-06-20 Thread Konrad Dybcio
On 20.06.2023 02:08, Dmitry Baryshkov wrote: > dpu_core_perf.c contains several multi-line conditions which are hard to > comprehent because of the indentation. Rework the identation of these > conditions to make it easier to understand them. > > Signed-off-by: Dmitry Baryshkov > --- Acked-by: Ko