On Fri, 11 Dec 2020 17:49:53 +0100 Maciej Fijalkowski wrote: > @@ -864,14 +865,12 @@ ice_reuse_rx_page(struct ice_ring *rx_ring, struct ice_rx_buf *old_buf) > * for use by the CPU. > */ > static struct ice_rx_buf * > -ice_get_rx_buf(struct ice_ring *rx_ring, struct sk_buff **skb, > - const unsigned int size) > +ice_get_rx_buf(struct ice_ring *rx_ring, const unsigned int size) > { FWIW I think you missed adjusting kdoc here.