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 Comment re-org / wrap long line



details:   https://anonhg.NetBSD.org/src/rev/8b100c361054
branches:  nick-nhusb
changeset: 804466:8b100c361054
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Dec 01 11:50:22 2015 +0000

description:
Comment re-org / wrap long line

diffstat:

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

diffs (28 lines):

diff -r c79fbac972fb -r 8b100c361054 sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c        Tue Dec 01 07:38:58 2015 +0000
+++ b/sys/dev/usb/ohci.c        Tue Dec 01 11:50:22 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ohci.c,v 1.254.2.31 2015/12/01 07:38:58 skrll Exp $    */
+/*     $NetBSD: ohci.c,v 1.254.2.32 2015/12/01 11:50:22 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.31 2015/12/01 07:38:58 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.32 2015/12/01 11:50:22 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -1154,7 +1154,8 @@
        if (!intrs)
                return 0;
 
-       OWRITE4(sc, OHCI_INTERRUPT_STATUS, intrs & ~(OHCI_MIE|OHCI_WDH)); /* Acknowledge */
+       /* Acknowledge */
+       OWRITE4(sc, OHCI_INTERRUPT_STATUS, intrs & ~(OHCI_MIE|OHCI_WDH));
        eintrs = intrs & sc->sc_eintrs;
        DPRINTFN(7, "sc=%p", sc, 0, 0, 0);
        DPRINTFN(7, "intrs=%#x(%#x) eintrs=%#x(%#x)",



Home | Main Index | Thread Index | Old Index