Re: [PATCH] keys: Remove redundant less-than-zero checks
From: Jarkko Sakkinen
Date: Wed Oct 15 2025 - 07:03:01 EST
On Sat, Oct 11, 2025 at 04:48:24PM +0200, Thorsten Blum wrote:
> The local variables 'size_t datalen' are unsigned and cannot be less
> than zero. Remove the redundant conditions.
>
> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
David, I've applied this.
BR, Jarkko