On Mon, Jul 15, 2024 at 03:04:12PM -0400, Steven Rostedt wrote: > > [ Adding sched maintainers, as this is a scheduling trace event ] > > On Wed, 3 Jul 2024 11:33:53 +0800 > Tio Zhang <tiozh...@didiglobal.com> wrote: > > > Switch the order of prev_comm and next_comm in sched_switch's code to > > align with its printing order. > > I'm going to pick this up in my tree, as it is pretty much a nop. It's > just changing the ordering of the assignments of the comm names so that > the copy of prev_comm is with the updates to the prev_fields, and the > next_comm is with the updates to the next fields.
Right, have at. very close to a whitespace patch.