Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nick-nhusb]: src/sys/dev/usb *** empty log message ***



details:   https://anonhg.NetBSD.org/src/rev/7bed86da3ed3
branches:  nick-nhusb
changeset: 334195:7bed86da3ed3
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Apr 06 18:30:39 2015 +0000

description:
*** empty log message ***

diffstat:

 sys/dev/usb/xhci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7403d981314f -r 7bed86da3ed3 sys/dev/usb/xhci.c
--- a/sys/dev/usb/xhci.c        Mon Apr 06 15:17:50 2015 +0000
+++ b/sys/dev/usb/xhci.c        Mon Apr 06 18:30:39 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xhci.c,v 1.28.2.16 2015/03/22 08:09:44 skrll Exp $     */
+/*     $NetBSD: xhci.c,v 1.28.2.17 2015/04/06 18:30:39 skrll Exp $     */
 
 /*
  * Copyright (c) 2013 Jonathan A. Kollasch
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.28.2.16 2015/03/22 08:09:44 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.28.2.17 2015/04/06 18:30:39 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -2188,7 +2188,7 @@
        return totlen;
 }
 
-/* root hub intrerrupt */
+/* root hub interrupt */
 
 static usbd_status
 xhci_root_intr_transfer(struct usbd_xfer *xfer)



Home | Main Index | Thread Index | Old Index