Re: [PATCH 8/9] bitfield: Add comment block for the host/fixed endian functions
From: Jakub Kicinski
Date: Wed Dec 10 2025 - 04:23:27 EST
On Tue, 9 Dec 2025 10:03:12 +0000 david.laight.linux@xxxxxxxxx wrote:
> + * * u32 le32_get_bits(__le32 val, u32 field) extracts the contents of the
> + * bitfield specified by @field in little-endian 32bit object @val and
> + * converts it to host-endian.
possibly also add declarations for these? So that ctags and co. sees
them?