Re: [PATCH v4] RISC-V: hwprobe: Use BIT macro to avoid warnings
Paul Walmsley <[email protected]>
| Newsgroups | org.infradead.lists.linux-riscv,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> Thanks, queued for v7.3 (with the new extensions converted as well). - Paul _______________________________________________ linux-riscv mailing list [email protected] http://lists.infradead.org/mailman/listinfo/linux-riscv