Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Style.



details:   https://anonhg.NetBSD.org/src/rev/469c2c7712d0
branches:  trunk
changeset: 791039:469c2c7712d0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Nov 01 15:33:48 2013 +0000

description:
Style.

diffstat:

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

diffs (29 lines):

diff -r 91198527c3a1 -r 469c2c7712d0 sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c        Fri Nov 01 15:03:39 2013 +0000
+++ b/sys/dev/usb/ehci.c        Fri Nov 01 15:33:48 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehci.c,v 1.213 2013/10/28 17:40:43 matt Exp $ */
+/*     $NetBSD: ehci.c,v 1.214 2013/11/01 15:33:48 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.213 2013/10/28 17:40:43 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.214 2013/11/01 15:33:48 skrll Exp $");
 
 #include "ohci.h"
 #include "uhci.h"
@@ -3404,8 +3404,8 @@
                        goto bad3;
                end->qtd.qtd_status &= htole32(~EHCI_QTD_IOC);
                end->nextqtd = stat;
-               end->qtd.qtd_next =
-               end->qtd.qtd_altnext = htole32(stat->physaddr);
+               end->qtd.qtd_next = end->qtd.qtd_altnext =
+                   htole32(stat->physaddr);
                usb_syncmem(&end->dma, end->offs, sizeof(end->qtd),
                   BUS_DMASYNC_PREWRITE | BUS_DMASYNC_PREREAD);
        } else {



Home | Main Index | Thread Index | Old Index