[PATCH v4 03/16] net/nbl: add PHY layer definitions and implementation
Stephen Hemminger
stephen at networkplumber.org
Wed Aug 13 16:19:54 CEST 2025
On Wed, 13 Aug 2025 13:30:03 +0400 (+04)
Ivan Malov <ivan.malov at arknetworks.am> 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
More information about the dev
mailing list