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 Move a comment to its own line.



details:   https://anonhg.NetBSD.org/src/rev/8b3ac9d90fab
branches:  nick-nhusb
changeset: 804552:8b3ac9d90fab
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Feb 24 09:06:04 2016 +0000

description:
Move a comment to its own line.

diffstat:

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

diffs (28 lines):

diff -r 91d41dacc55f -r 8b3ac9d90fab sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c        Wed Feb 24 09:00:59 2016 +0000
+++ b/sys/dev/usb/ohci.c        Wed Feb 24 09:06:04 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ohci.c,v 1.254.2.47 2016/02/24 09:00:59 skrll Exp $    */
+/*     $NetBSD: ohci.c,v 1.254.2.48 2016/02/24 09:06:04 skrll Exp $    */
 
 /*
  * Copyright (c) 1998, 2004, 2005, 2012 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.47 2016/02/24 09:00:59 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.48 2016/02/24 09:06:04 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -3725,7 +3725,8 @@
        isoc->next = isoc->next + ncur;
        isoc->inuse += nframes;
 
-       xfer->ux_actlen = offs; /* XXX pretend we did it all */
+       /* XXX pretend we did it all */
+       xfer->ux_actlen = offs;
 
        xfer->ux_status = USBD_IN_PROGRESS;
 



Home | Main Index | Thread Index | Old Index