Hi,

> > +/**
> > + * ice_phy_cfg_intr_e82x - Configure TX timestamp interrupt
> > + * @hw: pointer to the HW struct
> > + * @quad: the timestamp quad
> > + * @ena: enable or disable interrupt
> > + * @threshold: interrupt threshold
> > + *
> > + * Configure TX timestamp interrupt for the specified quad
> > + */
> > +
> > +int ice_phy_cfg_intr_e82x(struct ice_hw *hw, u8 quad, bool ena, u8 
> > threshold)
> > +{
> > +       int err;
> > +       u32 val;
>
> Reverse Christmas trees.

In this case, both lines are same length (15 columns).

Thanks,
Karol

Reply via email to