[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20230711191233.GB31402@1wt.eu>
Date: Tue, 11 Jul 2023 21:12:33 +0200
From: Willy Tarreau <w@....eu>
To: Thomas Weißschuh <linux@...ssschuh.net>
Cc: Shuah Khan <shuah@...nel.org>, linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org, Zhangjin Wu <falcon@...ylab.org>
Subject: Re: [PATCH 3/4] selftests/nolibc: simplify status argument
Hi Thomas,
On Tue, Jul 11, 2023 at 11:48:41AM +0200, Thomas Weißschuh wrote:
> I'm not sure if this is an improvement over the previous patch.
> If so it should be squashed into it.
Indeed, I find it less readable, because when you read:
result(llen, ret ? FAIL : OK);
it makes it explicit what values of ret are expected with what meaning,
but this one:
result(llen, ret);
makes it quite opaque. I'd rather keep the ternary operator and the 3
values that are likely more accessible to newcomers who will more quickly
figure how to do what they need.
Thus I dropped this one and applied the 3 other ones which are indeed
a nice cleanup.
Thanks,
Willy
Powered by blists - more mailing lists