RE: [PATCH 4/4] dma/imx_edma5: add statistics and dump
Gagandeep Singh <[email protected]>
| Newsgroups | org.dpdk.dev |
|---|---|
| Message-ID | <AMBPR04MB1228121D2D6692DF0A870A03AE1D12@AMBPR04MB12281.eurprd04.prod.outlook.com> |
> -----Original Message----- > From: Stephen Hemminger <[email protected]> > Sent: Thursday, August 6, 2026 9:52 PM > To: Gagandeep Singh <[email protected]> > Cc: [email protected]; Prashant Gupta <[email protected]>; Hemant > Agrawal <[email protected]> > Subject: Re: [PATCH 4/4] dma/imx_edma5: add statistics and dump > > On Thu, 6 Aug 2026 14:12:45 +0530 > Gagandeep Singh <[email protected]> wrote: > > > + (void)fprintf(f, " imx_edma5 nb_channels=%u nb_vchans=%u\n", > > + ed->nb_channels, ed->nb_vchans); > > Please don't use this style with extra (void) casts. I missed it in v2, I will send the update in v3.