From: Yuval Mintz <yuval.mi...@qlogic.com>
Date: Mon, 9 May 2016 16:19:10 +0300

> +     /* bitmap indicating which fields hold valid values */
> +     aligned_u64 valid_bitmap;

There is absolutely no reason to use aligned_u64 here.  That type is for
handling a specific issue in user facing APIs, which this is not.

Reply via email to