diff options
Diffstat (limited to 'sys/dev/usb/controller/xhci.c')
-rw-r--r-- | sys/dev/usb/controller/xhci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/controller/xhci.c b/sys/dev/usb/controller/xhci.c index dc4cfe9..4023ecc 100644 --- a/sys/dev/usb/controller/xhci.c +++ b/sys/dev/usb/controller/xhci.c @@ -890,8 +890,8 @@ xhci_check_transfer(struct xhci_softc *sc, struct xhci_trb *trb) */ if (td->remainder > 0) { if (td->alt_next == NULL) { - DPRINTF("short TD has no " - "alternate next\n"); + DPRINTF( + "short TD has no alternate next\n"); xhci_generic_done(xfer); break; } |