On Fri, 2020-08-14 at 14:19 -0700, Jakub Kicinski wrote: > On Fri, 14 Aug 2020 13:36:42 -0700 Tony Nguyen wrote: > > + * @hw: pointer to the hw struct > > + * @maj: api major value > > + * @min: api minor value > > +static bool i40e_is_aq_api_ver_ge(struct i40e_adminq_info *aq, u16 > > maj, > > + u16 min) > > hw vs aq. Please build test the patches with W=1.
Will fix this and make sure to run W=1 on all the patches.