Re: [PATCH net-next] ionic: Simplify maximum determination in ionic_adminq_napi()
From: Jakub Kicinski
Date: Tue Mar 04 2025 - 20:07:15 EST
On Sat, 1 Mar 2025 11:12:31 +0100 Markus Elfring wrote:
> Reduce nested max() calls by a single max3() call in this
max3() is literally a wrapper for max(a, max(b, c))
This patch is pointless.