Re: [PATCH libcrypto v4 1/3] wifi: iwlwifi: trans: rename at_least variable to min_mode

From: Eric Biggers

Date: Sun Nov 23 2025 - 15:30:28 EST


On Sun, Nov 23, 2025 at 06:48:17AM +0100, Jason A. Donenfeld wrote:
> The subsequent commit is going to add a macro that redefines `at_least`
> to mean something else. Given that the usage here in iwlwifi is the only
> use of that identifier in the whole kernel, just rename it to a more
> fitting name, `min_mode`.
>
> Cc: Miri Korenblit <miriam.rachel.korenblit@xxxxxxxxx>
> Acked-by: Ard Biesheuvel <ardb@xxxxxxxxxx>
> Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx>
> ---

Applied this series to
https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=libcrypto-next

(Again, on a separate branch that I merged in. It will be in its own
pull request)

- Eric