Re: [PATCH] usb: dwc3: Fix documentation warning for sg member
From: Greg KH
Date: Thu Jan 23 2025 - 09:23:01 EST
On Thu, Jan 23, 2025 at 07:47:18PM +0530, Usman Akinyemi wrote:
> On Thu, Jan 23, 2025 at 7:37 PM Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
> >
> > On Thu, Jan 23, 2025 at 01:31:02PM +0530, Usman Akinyemi wrote:
> > > The 'sg' member in struct dwc3_request was undocumented, causing a
> > > documentation warning when building the kernel docs.
> > >
> > > This patch adds a description for the 'sg' field, resolving the warning.
> > >
> > > Signed-off-by: Usman Akinyemi <usmanakinyemi202@xxxxxxxxx>
> >
> > What commit id does this fix? And what about the reported-by: line?
> >
> > thanks,
> >
> Hi Greg,
>
> Thanks for replying.
>
> I was applying to Linux Mentorship(LFX) for fixing the Linux Kernel Bugs.
> One of the tasks was to look for documentation warnings and I saw this.
>
> I created a patch for it and sent it also. So, it is not reported.
It was, you might have missed it on the mailing list:
https://lore.kernel.org/r/20250120182219.30dcb3c6@xxxxxxxxxxxxxxxx
Also it still needs a "Fixes:" tag.
thanks,
greg k-h