> -----Original Message-----
> From: Stephen Hemminger <[email protected]>
> Sent: Wednesday, September 6, 2023 10:05 PM
> To: Singhal, Saurabh <[email protected]>
> Cc: Thomas Monjalon <[email protected]>; Wu, Jingjing
> <[email protected]>; Xing, Beilei <[email protected]>; [email protected]
> Subject: Re: [PATCH v2] net/iavf: unregister intr handler before FD close
>
> On Wed, 6 Sep 2023 04:47:49 -0700
> Saurabh Singhal <[email protected]> wrote:
>
> > +static inline void iavf_disable_irq0(struct iavf_hw *hw);
>
> inline on function prototype is meaningless and not needed.
Please also fix the compile error.