Re: [PATCH] xhci: Add missing parameter description to xhci_get_endpoint_index()

From: Greg KH
Date: Mon May 05 2025 - 01:00:14 EST


On Mon, May 05, 2025 at 12:04:15AM +0800, Hans Zhang wrote:
> Fix kernel-doc warning by documenting the @desc parameter:
>
> drivers/usb/host/xhci.c:1369: warning: Function parameter or struct member
> 'desc' not described in 'xhci_get_endpoint_index'
>
> Add detailed description of the @desc parameter and clarify the indexing
> logic for control endpoints vs other types. This brings the documentation
> in line with kernel-doc requirements while maintaining technical accuracy.
>
> Signed-off-by: Hans Zhang <18255117159@xxxxxxx>

What commit id does this fix?

thanks,

greg k-h