27 Apr
2020
27 Apr
'20
1:14 p.m.
+ 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.
You also have a number of other alignment/style issues reported by checkpatch.pl
I have only validated with standard chechpatch.pl settings, scanned with *--strict *and addressed all warnings in patchset v5.
Thanks, Mateusz