Re: [PATCH 1/1] sched: Deduplicate code with do-while

From: Peter Zijlstra
Date: Mon Jun 17 2019 - 11:05:37 EST


On Tue, Jun 11, 2019 at 03:29:07PM +0300, Pavel Begunkov (Silence) wrote:
> From: Pavel Begunkov <asml.silence@xxxxxxxxx>
>
> Statements in the loop's body and before it are identical.
> Use do-while to not repeat it.
>

Thanks!