Re: [PATCH] net: xilinx: Fix kernel-doc for axi_mrmac function parameters

2025-07-18 Thread Michal Simek
On 7/17/25 06:48, Venkatesh Yadav Abbarapu wrote: The kernel-doc comment for the axi_mrmac_recv function was missing the colon (':') after the '@packetp' parameter tag. The kernel-doc comment for the axi_mrmac_free_pkt function was missing the colon (':') after the 'length' parameter tag. Th

[PATCH] net: xilinx: Fix kernel-doc for axi_mrmac function parameters

2025-07-16 Thread Venkatesh Yadav Abbarapu
The kernel-doc comment for the axi_mrmac_recv function was missing the colon (':') after the '@packetp' parameter tag. The kernel-doc comment for the axi_mrmac_free_pkt function was missing the colon (':') after the 'length' parameter tag. This caused a Sparse warnings regarding the 'packetp' and