]> www.infradead.org Git - users/willy/xarray.git/commit
sched_ext: Restructure dispatch_to_local_dsq()
authorTejun Heo <tj@kernel.org>
Mon, 9 Sep 2024 23:42:47 +0000 (13:42 -1000)
committerTejun Heo <tj@kernel.org>
Mon, 9 Sep 2024 23:42:47 +0000 (13:42 -1000)
commit18f856991d0596aa125cf63893ca08d7c74b85a2
tree999dbbfa16e47731d6d64f5cdc19d3eb9d245a4a
parent0aab26309ee9ceafcd5292b81690ccdac0796803
sched_ext: Restructure dispatch_to_local_dsq()

Now that there's nothing left after the big if block, flip the if condition
and unindent the body.

No functional changes intended.

v2: Add BUG() to clarify control can't reach the end of
    dispatch_to_local_dsq() in UP kernels per David.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: David Vernet <void@manifault.com>
kernel/sched/ext.c