> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Andy Shevchenko > Sent: Wednesday, November 26, 2025 11:45 PM > To: Nguyen, Anthony L <[email protected]>; intel-wired- > [email protected]; [email protected]; [email protected] > Cc: Kitszel, Przemyslaw <[email protected]>; Andrew Lunn > <[email protected]>; David S. Miller <[email protected]>; Eric > Dumazet <[email protected]>; Jakub Kicinski <[email protected]>; Paolo > Abeni <[email protected]>; Andy Shevchenko > <[email protected]>; Loktionov, Aleksandr > <[email protected]> > Subject: [Intel-wired-lan] [PATCH net-next v2 1/1] idpf: Fix kernel-doc > descriptions to avoid warnings > > In many functions the Return section is missing. Fix kernel-doc > descriptions to address that and other warnings. > > Before the change: > > $ scripts/kernel-doc -none -Wreturn > drivers/net/ethernet/intel/idpf/idpf_txrx.c 2>&1 | wc -l > 85 > > Reviewed-by: Przemek Kitszel <[email protected]> > Reviewed-by: Aleksandr Loktionov <[email protected]> > Signed-off-by: Andy Shevchenko <[email protected]> > --- > v2: collected tags > drivers/net/ethernet/intel/idpf/idpf_txrx.c | 96 +++++++++++++-------- > 1 file changed, 59 insertions(+), 37 deletions(-) > > diff --git a/drivers/net/ethernet/intel/idpf/idpf_txrx.c > b/drivers/net/ethernet/intel/idpf/idpf_txrx.c > index 828f7c444d30..28eb34c35d57 100644 > --- a/drivers/net/ethernet/intel/idpf/idpf_txrx.c > +++ b/drivers/net/ethernet/intel/idpf/idpf_txrx.c > @@ -19,6 +19,8 @@ LIBETH_SQE_CHECK_PRIV(u32);
Tested-by: Krishneil Singh <[email protected]>
