Re: [PATCH v4] RISC-V: hwprobe: Use BIT macro to avoid warnings
From: Paul Walmsley
Date: Thu Aug 06 2026 - 21:35:11 EST
On Wed, 5 Aug 2026, Jesse Taube wrote:
> In uapi/asm/hwprobe.h file, (1 << N) is used to define the bit field
> which causes checkpatch to warn. Use _BITUL(N) and _BITULL(N) to avoid
> these warnings.
>
> Signed-off-by: Jesse Taube <jtaubepe@xxxxxxxxxx>
Thanks, queued for v7.3 (with the new extensions converted as well).
- Paul