diff options
Diffstat (limited to 'drivers/usb/dwc2/hcd_queue.c')
| -rw-r--r-- | drivers/usb/dwc2/hcd_queue.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/usb/dwc2/hcd_queue.c b/drivers/usb/dwc2/hcd_queue.c index e34ad5e65350..d7c3d6c776d8 100644 --- a/drivers/usb/dwc2/hcd_queue.c +++ b/drivers/usb/dwc2/hcd_queue.c @@ -679,6 +679,7 @@ static int dwc2_hs_pmap_schedule(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh,   *   * @hsotg:       The HCD state structure for the DWC OTG controller.   * @qh:          QH for the periodic transfer. + * @index:       Transfer index   */  static void dwc2_hs_pmap_unschedule(struct dwc2_hsotg *hsotg,  				    struct dwc2_qh *qh, int index) @@ -1276,7 +1277,7 @@ static void dwc2_do_unreserve(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh)   * release the reservation.  This worker is called after the appropriate   * delay.   * - * @work: Pointer to a qh unreserve_work. + * @t: Address to a qh unreserve_work.   */  static void dwc2_unreserve_timer_fn(struct timer_list *t)  { @@ -1631,7 +1632,7 @@ static void dwc2_qh_init(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh,   * @hsotg:        The HCD state structure for the DWC OTG controller   * @urb:          Holds the information about the device/endpoint needed   *                to initialize the QH - * @atomic_alloc: Flag to do atomic allocation if needed + * @mem_flags:   Flags for allocating memory.   *   * Return: Pointer to the newly allocated QH, or NULL on error   */  | 
