On Thu, 2019-11-07 at 16:27 -0800, David Miller wrote: > From: Jeff Kirsher > Date: Thu, 7 Nov 2019 14:14:26 -0800 > > > +static int ice_dcbnl_getpfc(struct net_device *netdev, struct > > ieee_pfc *pfc) > > +{ > > + struct ice_pf *pf = ice_netdev_to_pf(netdev); > > + struct ice_dcbx_cfg *dcbxcfg; > > + struct ice_port_info *pi = pf->hw.port_info; > > + int i; > > Reverse christmas tree here please. Sorry, will fix that.