+ list_for_each_entry(ppl, &skl->ppl_list, node) { + if (ppl->pipe->ppl_id == *pipe_id) { + pipe = ppl->pipe; + break; + } + }is there an alignment issue here or just a diff illusion?
There was, changed in v5.
I have only validated with standard chechpatch.pl settings, scanned with *--strict *and addressed all warnings in patchset v5.You also have a number of other alignment/style issues reported by checkpatch.pl
Thanks, Mateusz