From: Shreyas Bhatewara <[email protected]> Date: Mon, 28 Sep 2009 16:56:45 -0700
> + uint32_t rxdIdx:12; /* Index of the RxDesc */ Don't use uint32_t et al. sized types, use "u32" and friends throughout. _______________________________________________ Virtualization mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/virtualization
