On Fri, Aug 23, 2024 at 04:08:05PM +0530, Anuj Gupta wrote:
> +struct uio_meta {
> + meta_flags_t flags;
> + u16 app_tag;
> + struct iov_iter iter;
> +};
Odd formatting here - the aligning tab goes before the field name,
not the name of the structure type.