On Mon Jan 12, 2026 at 11:29 AM CET, Tvrtko Ursulin wrote: > It looks completely logical to me to have both lines dealing with the > same scheduler list, accessing the same input parameter even, next to > each other: > > entity->num_sched_list = num_sched_list; > entity->sched_list = num_sched_list > 1 ? sched_list : NULL; > > No?
Agreed! Yet, please don't add unrelated changes to patches.
