]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/usb.h
Merge 5.3-rc5 into usb-next
[linux.git] / include / linux / usb.h
index 57f667cad3eced801a46e39b1051b78f15f62d59..b548c530f988a43fd2d49b4c081e23fe2eafa816 100644 (file)
@@ -1463,7 +1463,7 @@ typedef void (*usb_complete_t)(struct urb *);
  * field rather than determining a dma address themselves.
  *
  * Note that transfer_buffer must still be set if the controller
- * does not support DMA (as indicated by bus.uses_dma) and when talking
+ * does not support DMA (as indicated by hcd_uses_dma()) and when talking
  * to root hub. If you have to trasfer between highmem zone and the device
  * on such controller, create a bounce buffer or bail out with an error.
  * If transfer_buffer cannot be set (is in highmem) and the controller is DMA