On 7/25/24 19:17, Stephen Hemminger wrote:
The rte_pktmbuf_mtod_offset macro already includes a type cast so casting the result just adds extra cast. Found by cocci/mtod-offset.cocci Signed-off-by: Stephen Hemminger <step...@networkplumber.org> --- drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Applied to dpdk-next-baseband/for-main Thanks, Maxime