On Mon, Aug 09, 2021 at 10:29:31PM +0800, John Garry wrote: > It's easier to read: > > if (x) > X; > else > Y; > > over: > > if (!x) > Y; > else > X; > > No functional change intended. > > Signed-off-by: John Garry <john.garry@xxxxxxxxxx> Reviewed-by: Ming Lei <ming.lei@xxxxxxxxxx> -- Ming