Re: [PATCH v2] Documentation: usb: dwc3: remove deprecated member
From: Greg KH
Date: Tue Nov 19 2024 - 12:14:02 EST
On Tue, Nov 19, 2024 at 10:43:07AM -0500, Luis Felipe Hernandez wrote:
> This patch updates the documentation for the dwc3_request struct,
> removing the sg (scatter list pointer) member.
>
> - Remove 'sg' in the doc block for dwc3_request
>
> This change resolves a documentation warning related to the missing
> description for this field.
>
> Signed-off-by: Luis Felipe Hernandez <luis.hernandez093@xxxxxxxxx>
> ---
> v1->v2: remove unused sg struct member as per review[1]
> [1] https://lore.kernel.org/linux-usb/20241119020807.cn7ugxnhbkqwrr2b@xxxxxxxxxxxx/#t
> ---
> drivers/usb/dwc3/core.h | 1 -
> 1 file changed, 1 deletion(-)
What about the "Reported-by:" tag?
thanks,
greg k-h