From: Jesper Dangaard Brouer <bro...@redhat.com> Date: Sat, 31 Mar 2018 14:05:52 +0200
> +static inline void mlx5e_page_dma_unmap(struct mlx5e_rq *rq, > + struct mlx5e_dma_info *dma_info) Please do not use the inline keyword in foo.c files, let the compiler decide. I know that this is done in other areas of this file, that just means that I didn't catch it when those changes went it, rather than meaning that the rule can be broken because it has been already. Thank you.