Re: [PATCH 4/4] dma/imx_edma5: add statistics and dump
Stephen Hemminger <[email protected]>
| Newsgroups | org.dpdk.dev |
|---|---|
| Message-ID | <[email protected]> |
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.