Re: [PATCH] firewire: init_ohci1394_dma: add missing function parameter documentation
Takashi Sakamoto <[email protected]> Sat, 25 Oct 2025 08:34:27 +0900
| Newsgroups | gmane.linux.kernel.firewire.devel,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Oct 25, 2025 at 02:02:19AM +0530, Nirbhay Sharma wrote: > Add missing kernel-doc parameter descriptions for five functions > in init_ohci1394_dma.c to fix documentation warnings when building > with W=1. > > This patch addresses the following warnings: > - init_ohci1394_wait_for_busresets: missing @ohci description > - init_ohci1394_enable_physical_dma: missing @ohci description > - init_ohci1394_reset_and_init_dma: missing @ohci description > - init_ohci1394_controller: missing @num, @slot, @func descriptions > - setup_ohci1394_dma: missing @opt description > > Tested with GCC 13.2.0 and W=1 flag. All documentation warnings > for these functions have been resolved. > > Signed-off-by: Nirbhay Sharma <[email protected]> > --- > drivers/firewire/init_ohci1394_dma.c | 10 ++++++++++ > 1 file changed, 10 insertions(+) Applied to for-linus branch. Thanks Takashi Sakamoto