On Tue, 22 Sep 2020 08:51:00 -0700 David Awogbemila wrote: > -static void gve_dma_sync_for_device(struct device *dev, dma_addr_t > *page_buses, > - u64 iov_offset, u64 iov_len) > +static void gve_dma_sync_for_device(struct gve_priv *priv, > + dma_addr_t *page_buses, > + u64 iov_offset, > u64 iov_len)
Alignment stilled messed up here.