Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Comment style.



details:   https://anonhg.NetBSD.org/src/rev/051d5def683d
branches:  trunk
changeset: 327541:051d5def683d
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Mar 10 13:01:28 2014 +0000

description:
Comment style.

diffstat:

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

diffs (28 lines):

diff -r 2efd08ce7216 -r 051d5def683d sys/dev/usb/xhci.c
--- a/sys/dev/usb/xhci.c        Mon Mar 10 12:13:14 2014 +0000
+++ b/sys/dev/usb/xhci.c        Mon Mar 10 13:01:28 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xhci.c,v 1.13 2014/01/16 20:55:56 dsl Exp $    */
+/*     $NetBSD: xhci.c,v 1.14 2014/03/10 13:01:28 skrll Exp $  */
 
 /*
  * Copyright (c) 2013 Jonathan A. Kollasch
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.13 2014/01/16 20:55:56 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.14 2014/03/10 13:01:28 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -579,7 +579,8 @@
 
        DPRINTF(("%s\n", __func__));
 
-       sc->sc_bus.usbrev = USBREV_2_0; /* XXX Low/Full/High speeds for now */
+       /* XXX Low/Full/High speeds for now */
+       sc->sc_bus.usbrev = USBREV_2_0;
 
        cap = xhci_read_4(sc, XHCI_CAPLENGTH);
        caplength = XHCI_CAP_CAPLENGTH(cap);



Home | Main Index | Thread Index | Old Index