aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2013-01-30 16:08:05 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2013-01-30 16:08:05 +0000
commite465b973a1f6f90146b97398bdf0555106384d6b (patch)
tree49a380788f9a9bea986a2129de6698c972fec41a /sys/dev
parentb51875c9f634bc11fe13ea6f565ab4b7b8eff98f (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/controller/xhci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/controller/xhci.c b/sys/dev/usb/controller/xhci.c
index dc4cfe93fede3..4023eccc4596d 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;
}