On Wed, 13 Aug 2025 13:30:03 +0400 (+04) Ivan Malov <[email protected]> wrote:
> > +static int nbl_phy_setup_ops(struct nbl_phy_ops_tbl **phy_ops_tbl,
> > + struct nbl_phy_mgt_leonis_snic
> > *phy_mgt_leonis_snic)
> > +{
> > + *phy_ops_tbl = rte_zmalloc("nbl_phy_ops", sizeof(struct
> > nbl_phy_ops_tbl), 0);
>
> This line exceeds 80-column limit. Consider: sizeof(**phy_ops_tbl) .
Current allowed limit is 100 characters

