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 Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/5b21ccd3da2c
branches:  nick-nhusb
changeset: 334272:5b21ccd3da2c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Oct 16 17:05:19 2015 +0000

description:
Whitespace.

diffstat:

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

diffs (27 lines):

diff -r 2a25f3b4836d -r 5b21ccd3da2c sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Fri Oct 16 17:00:15 2015 +0000
+++ b/sys/dev/usb/ehci.c        Fri Oct 16 17:05:19 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehci.c,v 1.234.2.55 2015/10/16 17:00:15 skrll Exp $ */
+/*     $NetBSD: ehci.c,v 1.234.2.56 2015/10/16 17:05:19 skrll Exp $ */
 
 /*
  * Copyright (c) 2004-2012 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.55 2015/10/16 17:00:15 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.56 2015/10/16 17:05:19 skrll Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -1079,7 +1079,7 @@
 
                        if (nframes >= xfer->ux_nframes)
                                break;
-               }
+               }
 
                xfer->ux_actlen = actlen;
                xfer->ux_status = USBD_NORMAL_COMPLETION;



Home | Main Index | Thread Index | Old Index